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

formatting

This commit is contained in:
Mike Perham 2012-05-25 20:31:15 -07:00
parent 3c15dec14d
commit 9bea41fb10

View file

@ -1,8 +1,9 @@
2.0.0 2.0.0
----------- -----------
- **SCHEDULED JOBS**! **SCHEDULED JOBS**!
You can now use `perform_at` and `perform_in` to schedule jobs
You can now use `perform_at` and `perform_in` to schedule jobs
to run at arbitrary points in the future, like so: to run at arbitrary points in the future, like so:
```ruby ```ruby