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: [ ]