mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
formatting
This commit is contained in:
parent
3c15dec14d
commit
9bea41fb10
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
2.0.0
|
||||
-----------
|
||||
|
||||
- **SCHEDULED JOBS**!
|
||||
You can now use `perform_at` and `perform_in` to schedule jobs
|
||||
**SCHEDULED JOBS**!
|
||||
|
||||
You can now use `perform_at` and `perform_in` to schedule jobs
|
||||
to run at arbitrary points in the future, like so:
|
||||
|
||||
```ruby
|
||||
|
|
Loading…
Reference in a new issue