Skip to content
Snippets Groups Projects
Commit 4f7acfef authored by Douglas A. C's avatar Douglas A. C
Browse files

Using gem "whenever" to schedule a cron job to reassign unresolved and expired...

Using gem "whenever" to schedule a cron job to reassign unresolved and expired submissions (must be tested in productions enviroment).
parent 62b17fef
No related branches found
No related tags found
No related merge requests found
......@@ -42,3 +42,8 @@
every 6.hours do
rake 'score:calculate_all'
end
#Reassign submitted LO that has expired
every :sunday, at: '3am' do
rake 'submission:reassign'
end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment