reinteractive / secretlink

TopSekr.it - Share with impunity
https://topsekr.it/
Other
4 stars 0 forks source link

Background job for email sending #20

Open ralovely opened 9 years ago

ralovely commented 9 years ago

The actions sending emails block the http request flow. They should be handled by a background process.

Ideally, we would like to avoid using a worker role or a Redis. The use of Active Job and Action Mailer deliver_later is recommended