1
0
Fork 0
mirror of https://github.com/endofunky/sidetiq.git synced 2022-11-09 13:53:30 -05:00
endofunky--sidetiq/CHANGELOG.md

29 lines
817 B
Markdown
Raw Normal View History

2013-03-11 13:17:27 -04:00
0.3.0
-----
2013-03-11 09:04:46 -04:00
- Add `Sidetiq.schedules`.
- Add `Sidetiq.workers`.
- Add `Sidetiq.scheduled`.
- Add `Sidetiq.retries`.
2013-03-11 10:23:49 -04:00
- Add `Sidetiq.logger`. This defaults to the Sidekiq logger.
2013-03-11 13:11:37 -04:00
- Add support for job backfills.
2013-03-11 09:04:46 -04:00
- Clean up tests.
2013-03-11 10:51:31 -04:00
- Sidetiq::Schedule no longer inherits from IceCube::Schedule.
2013-03-11 09:04:46 -04:00
2013-03-08 11:52:06 -05:00
0.2.0
-----
- Add class methods to get last and next scheduled occurrence.
- Pass last and next (current) occurrence to #perform, if desired.
This checks the method arity of #perform.
- Bump Sidekiq dependency to 2.8.0
- Fix incorrectly assigned Thread priority.
- Adjust clock sleep depending of execution time of the last tick.
- Don't log thread object ids.
- Issue a warning from the middleware if the clock thread died previously.
2013-02-06 05:55:27 -05:00
0.1.5
-----
- Allow jobs to be scheduled for immediate runs via the web extension.