diff --git a/cron.json b/cron.json new file mode 100644 index 00000000..dc26e868 --- /dev/null +++ b/cron.json @@ -0,0 +1,12 @@ +{ + "jobs": [ + { + "command": "*/10 * * * * python manage.py scan_documents", + "size": "2XL" + }, + { + "command": "*/10 * * * * python manage.py send_queued_mail", + "size": "2XL" + } + ] + }