Skip to content

Instantly share code, notes, and snippets.

@Tapan
Last active July 7, 2017 04:08
Show Gist options
  • Save Tapan/5470ad40cb4771c9abe2040985f62c73 to your computer and use it in GitHub Desktop.
Save Tapan/5470ad40cb4771c9abe2040985f62c73 to your computer and use it in GitHub Desktop.
Resque
# check resque info from console
Resque.info
# start redis server
redis-server
# start workers
VVERBOSE=1 QUEUE=queue_name rails environment resque:work
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment