Skip to content

Commit

Permalink
Cosmetic Update config/initializers/shoryuken.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Croteau <[email protected]>
  • Loading branch information
AKeyframe and jcroteau authored Oct 9, 2024
1 parent f93ccf6 commit c9e626a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/shoryuken.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# set up default exponential backoff parameters
ActiveJob::QueueAdapters::ShoryukenAdapter::JobWrapper
.shoryuken_options(auto_visibility_timeout: true,
retry_intervals: [5.seconds, 5.minutes, rand(4..8).hours])
retry_intervals: [5.seconds, 5.minutes, rand(4..8).hours])

if Rails.application.config.sqs_endpoint
# override the sqs_endpoint
Expand Down

0 comments on commit c9e626a

Please sign in to comment.