resque and resque-web
I really donโt like Resque because we had so many issues with it, but Iโve got to manage some workers that are still using it.
I always forget how to launch resque-web, so just to avoid my mental insanity, here is the right way to tell which redis database to use in the command line:
resque-web -F -p 5858 -r 127.0.0.1:6379:7

















