Sha256: 66c81fe2ed13561a84b2cfade662d092c5dccaf22a7312d28ccb1feedbd62f5d

Contents?: true

Size: 474 Bytes

Versions: 1

Compression:

Stored size: 474 Bytes

Contents

worker_configuration:
  worker_class: "Sqspoller::WorkerTask"
  http_method: "post"
  http_url: "http://localhost:5001/process"
  concurrency: 50 # => Total Number of service threads - threads occupied by cron jobs - thread for heartbeat => 2*32 - 8 - 1 = 55
  waiting_tasks_ratio: 2
production:
  my-queue:
    polling_threads: 4
    max_number_of_messages: 10
    message_types: [ ]
  my-queue1:
    polling_threads: 2
    max_number_of_messages: 10
    message_types: [ ]

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fourkites-sqspoller-v2-1.0.0 lib/test.yaml