We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9337555 commit d3194d6Copy full SHA for d3194d6
config/initializers/shoryuken.rb
@@ -10,6 +10,7 @@
10
Shoryuken.sqs_client_receive_message_opts[:default] = { wait_time_seconds: 20 }
11
Shoryuken.sqs_client_receive_message_opts[:mailers] = { wait_time_seconds: 20 }
12
Shoryuken.sqs_client_receive_message_opts[:ahoy] = { wait_time_seconds: 20 }
13
+ Shoryuken.sqs_client_receive_message_opts[:cloudwatch_scheduler] = { wait_time_seconds: 20 }
14
15
# Don't spam the logs
16
# config.sqs_client = Aws::SQS::Client.new(log_level: :info)
0 commit comments