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 2017-05-04 11:05:56 -07:00
parent 11598fc2d1
commit f4c63e7f39

View file

@ -4,6 +4,15 @@
Please see [http://sidekiq.org/](http://sidekiq.org/) for more details and how to buy.
HEAD
-------------
- Fix broken Cron page in Web UI, add this to your initializer to work
around [#3458]:
```
require 'sidekiq-ent/periodic/cron'`
```
1.5.3
-------------