We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 078fc36 commit 8e7b39bCopy full SHA for 8e7b39b
cron_schedule
@@ -1,4 +1,5 @@
1
0 0 * * * cd /opt/s1/S1 && python manage.py collect_signups
2
0 0 14 * * cd /opt/s1/S1 && python manage.py inform_renewal
3
* * * * * cd /opt/s1/S1 && python manage.py moodle_api
4
-0 0 * * 0 cd /opt/s1/S1 && python manage.py module_cleanup
+0 0 * * 0 cd /opt/s1/S1 && python manage.py module_cleanup
5
+0 0 1 * * cd /opt/s1/S1 && python manage.py remove_inactive
0 commit comments