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

Updated changelog

This commit is contained in:
Rafal Wojsznis 2013-09-29 22:26:40 +02:00
parent ace1c3f1c6
commit c9e1f49fe1

View file

@ -18,6 +18,8 @@
```ruby
Sidekiq.default_worker_options = { 'queue' => 'default', 'backtrace' => true }
```
- Added two handy Sidekiq::Client class methods for scheduled jobs:
`enqueue_to_in` and `enqueue_in` [#1212]
2.14.1
-----------