diff --git a/api/cron.json b/api/cron.json index f6ebc582..d6fb0e2c 100644 --- a/api/cron.json +++ b/api/cron.json @@ -1,13 +1,9 @@ { "jobs": [ { - "command": "30 * * * * TQDM_DISABLE=1 test $ENV = 'prod' && ./execute_and_notify.sh data-inclusion-api load_inclusion_data", + "command": "0 * * * * TQDM_DISABLE=1 ./execute_and_notify.sh data-inclusion-api load_inclusion_data", "size": "XL" }, - { - "command": "30 * * * * TQDM_DISABLE=1 test $ENV != 'prod' && data-inclusion-api load_inclusion_data", - "size": "S" - }, { "command": "0 4 * * * ./execute_and_notify.sh vacuumdb --full --analyze --verbose --table api__structures --table api__services $DATABASE_URL", "size": "S"