Monitor production resque with local resque-web

This post assumes you are processing background jobs on a development/production environment utilizing Redis and Resque.

If you’re monitoring your local resque instance with resque-web, just run the following commands to change the resque-web’s redis reference to your production redis instance

  • resque-web -K
  • resque-web -r [your redis location]

If you’re using RedisToGo, for instance, you can get the redis location by logging into your account.  If your account is through Heroku, just click the RedisToGo plugin in your app’s dashboard, and the redis location will be in the upper right hand corner.

1 thought on “Monitor production resque with local resque-web

Leave a Reply

Your email address will not be published. Required fields are marked *