GreenStepsChatt / greensteps

This is the web app for Green Steps, a community focused initiative that incentivizes litter cleanup in the Chattanooga area.
https://www.greenstepschatt.com/
MIT License
12 stars 31 forks source link

Set up Resque web interface and restrict access to it #117

Closed crawfoal closed 6 years ago

crawfoal commented 6 years ago

Resque comes with a web interface that you can use monitor the queues. They provide basic instructions for setting it up at the end of this article, but we should only allow server admins to access these routes. A new role will need to be created for server admins.

crawfoal commented 6 years ago

Issue #91 needs to be done first