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 2018-09-27 08:49:58 -07:00
parent 43591611b2
commit 361a8f7549

View file

@ -6,6 +6,8 @@ HEAD
---------
- Fix a few issues with mobile Web UI styling [#3973, navied]
- Jobs with `retry: false` now go through the global `death_handlers`,
meaning you can take action on failed ephemeral jobs. [#3980, Benjamin-Dobell]
5.2.2
---------