We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa3bed8 commit 0ab2bf2Copy full SHA for 0ab2bf2
cronjob
@@ -1,4 +1,4 @@
1
# Run expire applications job at 6 minutes past the hour, every 2 hours
2
-6 */2 * * * root /usr/local/bin/python manage.py expire_applications
+6 */2 * * * root /usr/local/bin/python /code/manage.py expire_applications
3
# Run expire reimbursements job at 6 minutes past the hour, every 2 hours
4
-36 */2 * * * root /usr/local/bin/python manage.py expire_reimbursements
+36 */2 * * * root /usr/local/bin/python /code/manage.py expire_reimbursements
0 commit comments