1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Fix API change

This commit is contained in:
Mike Perham 2022-03-11 10:28:24 -08:00
parent a44d1763a3
commit f3cb019e6d

View file

@ -1,3 +1,7 @@
<<<<<<< HEAD
=======
Sidekiq.default_job_options = { queue: "something" }
>>>>>>> 9baf9070 (Fix API change)
Sidekiq.configure_client do |config|
config.redis = { :size => 2 }
end
@ -45,4 +49,4 @@ end
require "sidekiq/middleware/current_attributes"
Sidekiq::CurrentAttributes.persist(Myapp::Current) # Your AS::CurrentAttributes singleton
# Sidekiq.transactional_push!
# Sidekiq.transactional_push!