Class: DailyImportSummaryReportWorker

Inherits:
Object
  • Object
show all
Includes:
Sidekiq::Job
Defined in:
app/workers/daily_import_summary_report_worker.rb

Overview

Scheduled daily (07:00 America/Chicago): email heatwaveteam@warmlyyours.com the
prior day's call-record / voicemail import counts, transcription outcomes, and
the current SFTP/R2 file state — an "is something amiss" canary for the
recording pipeline. See Report::DailyImportSummary and
config/sidekiq_production_schedule.yml.

Instance Method Summary collapse

Instance Method Details

#performObject



13
14
15
# File 'app/workers/daily_import_summary_report_worker.rb', line 13

def perform
  InternalReportsMailer.daily_import_summary.deliver_now
end