Last active
July 7, 2017 04:08
-
-
Save Tapan/5470ad40cb4771c9abe2040985f62c73 to your computer and use it in GitHub Desktop.
Resque
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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