Skip to content

Long Polling

Pablo Cantero edited this page Jul 1, 2017 · 6 revisions

By default Shoryuken does not use Long Polling, for turning it on, you need to configure it as follows:

# config/initializers/shoryuken.rb
Shoryuken.sqs_client_receive_message_opts = { wait_time_seconds: 20 }

Clone this wiki locally