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.
Should be able to
GtfsImporMailer.schedule_report(results: results).deliver_laterin production and see the mail get delivered asynchronously. Can currentlydeliver_now, butdeliver_laterseems 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.