1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
This commit is contained in:
Mike Perham 2021-10-27 09:26:19 -07:00
parent bd3f2009ec
commit 3e97c0dd04

View file

@ -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
---------