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
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