lib/knapsack_pro/client/api/v1/queues.rb in knapsack_pro-0.24.0 vs lib/knapsack_pro/client/api/v1/queues.rb in knapsack_pro-0.25.0
- old
+ new
@@ -7,9 +7,10 @@
def queue(args)
action_class.new(
endpoint_path: '/v1/queues/queue',
http_method: :post,
request_hash: {
+ :fixed_queue_split => KnapsackPro::Config::Env.fixed_queue_split,
:can_initialize_queue => args.fetch(:can_initialize_queue),
:commit_hash => args.fetch(:commit_hash),
:branch => args.fetch(:branch),
:node_total => args.fetch(:node_total),
:node_index => args.fetch(:node_index),