From c206c79e50b62b3e913f0e7c9f4dfb89ba1fd12b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Reuiller?= Date: Thu, 25 Jan 2024 09:13:53 +0100 Subject: [PATCH] syncbeta-data add the management command to cron --- cron.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cron.json diff --git a/cron.json b/cron.json new file mode 100644 index 0000000..dcdb3f6 --- /dev/null +++ b/cron.json @@ -0,0 +1,7 @@ +{ + "jobs": [ + { + "command": "0 7 * * * python manage.py syncbetadata" + } + ] +}