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

update changes

This commit is contained in:
Mike Perham 2012-11-15 20:38:52 -08:00
parent f1c57cb164
commit bce1baecb5

View file

@ -1,6 +1,13 @@
HEAD
-----------
- `Sidekiq::Client.push` now accepts the worker class as a string so the
Sidekiq client does not have to load your worker classes at all. [#524]
2.5.3
-----------
- Small Web UI fixes
- Add `delay_until` so you can delay jobs until a specific timestamp: