You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Should be able to
GtfsImporMailer.schedule_report(results: results).deliver_later
in production and see the mail get delivered asynchronously. Can currentlydeliver_now
, butdeliver_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.
The text was updated successfully, but these errors were encountered: