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:
parent
a44d1763a3
commit
f3cb019e6d
1 changed files with 5 additions and 1 deletions
|
@ -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!
|
||||
|
|
Loading…
Add table
Reference in a new issue