Skip to content

Commit

Permalink
Remove scheduled runs of graduation rake task (#2097)
Browse files Browse the repository at this point in the history
  • Loading branch information
fnibbit committed Feb 25, 2021
1 parent 1ac3eca commit f732df7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/schedule.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@

# Learn more: http://github.com/javan/whenever

# Weekly, check whether students have graduated and kick off
# graduation jobs if so
every :monday, at: '12:20am' do
rake "emory:graduation"
end

# Daily, check whether we sent anything to ProQuest and deliver
# notifications if so
every :day, at: '11:55pm' do
Expand Down

0 comments on commit f732df7

Please sign in to comment.