php-resque/TODO.markdown

10 lines
403 B
Markdown
Raw Normal View History

2010-04-18 13:58:43 +00:00
* Write tests for:
* `Resque_Failure`
* `Resque_Failure_Redis`
* Plugin/hook type system similar to Ruby version (when done, implement the
setUp and tearDown methods as a plugin)
2010-04-18 13:58:43 +00:00
* Change to preforking worker model
2010-04-19 00:36:01 +00:00
* Clean up /bin and /demo
* Add a way to store arbitrary text in job statuses (for things like progress
indicators)
* Write plugin for Ruby resque that calls setUp and tearDown methods