Skip to content

Commit 8e7b39b

Browse files
author
soest
committed
Add inactive removal to cron
1 parent 078fc36 commit 8e7b39b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cron_schedule

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
0 0 * * * cd /opt/s1/S1 && python manage.py collect_signups
22
0 0 14 * * cd /opt/s1/S1 && python manage.py inform_renewal
33
* * * * * cd /opt/s1/S1 && python manage.py moodle_api
4-
0 0 * * 0 cd /opt/s1/S1 && python manage.py module_cleanup
4+
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

Comments
 (0)