mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Latest
This commit is contained in:
parent
bd3f2009ec
commit
3e97c0dd04
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ Sidekiq::CurrentAttributes.persist(Myapp::Current) # Your AS::CurrentAttributes
|
|||
- Implement `queue_as`, `wait` and `wait_until` for ActiveJob compatibility [#5003]
|
||||
- Retry Redis operation if we get an `UNBLOCKED` Redis error. [#4985]
|
||||
- Run existing signal traps, if any, before running Sidekiq's trap. [#4991]
|
||||
- Fix fetch bug when using weighted queues which caused Sidekiq to stop
|
||||
processing queues randomly [#5031]
|
||||
|
||||
6.2.2
|
||||
---------
|
||||
|
|
Loading…
Add table
Reference in a new issue