Skip to content

Commit

Permalink
Remove alma cron job from staging (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadel authored Nov 13, 2024
1 parent 9591f4a commit 3f19ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/schedule.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
end

# Run on production at 7:45 pm EST or 8:45 pm EDT (after the daily report is generated at 7:30 pm)
every 1.day, at: '12:45 am', roles: [:cron_prod2, :cron_staging2] do
every 1.day, at: '12:45 am', roles: [:cron_prod2] do
rake "lib_jobs:alma_daily_people_feed"
end

Expand Down

0 comments on commit 3f19ce7

Please sign in to comment.