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

Add Sidekiq.via

This commit is contained in:
Mike Perham 2022-03-29 17:23:50 -07:00
parent cf7b067c89
commit fe07290c36

View file

@ -7,6 +7,7 @@ Please see [sidekiq.org](https://sidekiq.org/) for more details and how to buy.
HEAD
---------
- Add `Sidekiq.via` API for targeting shards [#5269]
- Excise "worker" from codebase [#4955]
- Ensure batch callback metrics are always fired [#5217]
- Added `error_type` tag for `job.failures` metrics [#5211]