Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable asynchronous mail sending in production #8

Open
s2t2 opened this issue Dec 28, 2018 · 2 comments
Open

Enable asynchronous mail sending in production #8

s2t2 opened this issue Dec 28, 2018 · 2 comments

Comments

@s2t2
Copy link
Member

s2t2 commented Dec 28, 2018

Should be able to GtfsImporMailer.schedule_report(results: results).deliver_later in production and see the mail get delivered asynchronously. Can currently deliver_now, but deliver_later seems to not be working. Need to investigate further and most likely implement a job processing mechanism like ActiveJob / Redis / Sidekiq.

For now the mail is getting delivered synchronously, so this isn't the highest priority.

@s2t2
Copy link
Member Author

s2t2 commented Dec 29, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant