Skip to content

Instantly share code, notes, and snippets.

@steveklabnik
Created September 27, 2012 15:14
Show Gist options
  • Save steveklabnik/3794550 to your computer and use it in GitHub Desktop.
Save steveklabnik/3794550 to your computer and use it in GitHub Desktop.
Resque 2.0 Todo
____ ___________ ____ __ ________ ___ ____
/ __ \/ ____/ ___// __ \/ / / / ____/ |__ \ / __ \
/ /_/ / __/ \__ \/ / / / / / / __/ __/ / / / / /
/ _, _/ /___ ___/ / /_/ / /_/ / /___ / __/_/ /_/ /
/_/ |_/_____//____/\___\_\____/_____/ /____(_)____/
=====================================================
## Here's what needs to be done
1. Merge consumers branch. Terence and Aaron are on it.
2. AQ interface and railtie. Intrepid Jeremy is tackling this.
3. removing Helpers module
4. multiple coder support
5. general code base cleaning
6. ENV['QUEUE'] = '*' if ENV['QUEUE'].blank?
## What would be nice
1. Extracting resque-web to its own thing. This should happen after the AQ stuff is in.
2. Getting reproductions on old issues would be helpful
3. General bug fixing, etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment