- Feature: Multiple failure backend with retry suppression.
- Feature: resque-web tab showing retry information.
- Improved README documentation, added a 'Quick Start' section.
- Feature: Added support for custom retry criteria check callbacks.
- Handle our own dependancies.
- Relax gemspec dependancies.
- Bugfix: Make sure that
redis_retry_key
has no whitespace.
- Bugfix: Were calling non-existent method to delete redis key.
- Delay no-longer falls back to
sleep
. resque-scheduler is a required dependancy. - Redis key doesn't include ending colon
:
if no args were passed to the job.
- First release.