Skip to content

Commit

Permalink
APPEALS-24678 Added job to whitelist.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-Willis committed Jul 14, 2023
1 parent 006187d commit 5c03d39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/initializers/scheduled_jobs.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
require "./app/jobs/batch_processes/batch_process_priority_ep_sync_job.rb"
require "./app/jobs/batch_processes/batch_process_rescue_job.rb"

SCHEDULED_JOBS = {
"amo_metrics_report" => AMOMetricsReportJob,
"annual_metrics" => AnnualMetricsReportJob,
"batch_process_priority_ep_sync" => BatchProcessPriorityEpSyncJob,
"batch_process_rescue_job" => BatchProcessRescueJob,
"calculate_dispatch_stats" => CalculateDispatchStatsJob,
"create_establish_claim" => CreateEstablishClaimTasksJob,
"data_integrity_checks" => DataIntegrityChecksJob,
Expand Down

0 comments on commit 5c03d39

Please sign in to comment.