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 ActiveJob adapter #91

Closed crawfoal closed 6 years ago

crawfoal commented 6 years ago

When sending emails, we use ActiveJob to deliver the emails asynchronously so that the user doesn't have to wait for the email to delivered before getting a response. Right now, we're just using the default adapter which only really meant for development and test environments.

crawfoal commented 6 years ago

I'm planning on using Resque. We'll need to install Redis on local machines and Heroku.

crawfoal commented 6 years ago

We should wait to do this until we have a job defined so that we can validate that the changes work. After issue #116 is finished we'll have a job that sends out emails for account confirmation.