Skip to content

Commit

Permalink
Run report job daily
Browse files Browse the repository at this point in the history
Limiting the duplicate claims checking to unpaid claims only the
reporting can be run everyday as it's pretty quick (sub one minute).
  • Loading branch information
rjlynch committed Jan 21, 2025
1 parent 52d13b4 commit 5cce6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/jobs/reports_job.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class ReportsJob < CronJob
self.cron_expression = "0 6 * * 2#2" # second Tuesday of the month
self.cron_expression = "0 6 * * *" # 6AM daily

def perform
Rails.logger.info "Generating Ops reports"
Expand Down

0 comments on commit 5cce6b2

Please sign in to comment.