Skip to content

Commit

Permalink
Merge pull request #690 from pulibrary/stop-submit-collection-rake-task
Browse files Browse the repository at this point in the history
Stop submit collection rake task until further notice
  • Loading branch information
christinach authored Mar 7, 2024
2 parents 120322c + eb3f4db commit ed9a481
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/schedule.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@
end

# Run on production every day at 7:00am EST or 8:00am EDT
every 1.day, at: '12:00 pm', roles: [:cron_prod2] do
rake "lib_jobs:process_submit_collection"
end
# every 1.day, at: '12:00 pm', roles: [:cron_prod2] do
# rake "lib_jobs:process_submit_collection"
# end

0 comments on commit ed9a481

Please sign in to comment.