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.
2 parents 543cc47 + 9c2b100 commit 928090aCopy full SHA for 928090a
config/initializers/sidekiq.rb
@@ -1,6 +1,6 @@
1
SidekiqUniqueJobs.configure do |config|
2
config.enabled = !Rails.env.test? # SidekiqUniqueJobs recommends not testing this behaviour https://github.com/mhenrixon/sidekiq-unique-jobs#uniqueness
3
- config.lock_ttl = 1.hour
+ config.lock_ttl = 1.hour.to_i
4
end
5
6
Sidekiq.configure_client do |config|
0 commit comments