Skip to content

Commit

Permalink
OIT advises they needed to change the report run time to 8 a.m. Updat…
Browse files Browse the repository at this point in the history
…ing schedule. (#939)
  • Loading branch information
kevinreiss authored Sep 29, 2023
1 parent b36a413 commit dafecb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/schedule.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true
env :PATH, ENV["PATH"]

# Run at 6:05 am EST or 7:05 EDT (after the 5am staff report is generated)
every :day, at: "11:05 am", roles: [:app] do
# Run at 9:05 am EST or 10:05 EDT (after the 8am staff report is generated)
every :day, at: "02:05 pm", roles: [:app] do
rake "approvals:process_reports", output: "log/cron.log"
end

0 comments on commit dafecb7

Please sign in to comment.