Skip to content

Instantly share code, notes, and snippets.

@joncode
Created September 9, 2014 17:32
Launching a dev resque server
run the redis server
1. in the command line
redis-server
2. start the rails server
rs
3. start the resque rake task
QUEUE=* rake resque:work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment