From 36592558b4d2e2aa8e363fed57a914c6291f447e Mon Sep 17 00:00:00 2001 From: iPromKnight Date: Wed, 28 Feb 2024 15:08:12 +0000 Subject: [PATCH] stick to 5 digit cron expression --- deployment/docker/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/docker/.env.example b/deployment/docker/.env.example index c8d14d9..785272b 100644 --- a/deployment/docker/.env.example +++ b/deployment/docker/.env.example @@ -27,7 +27,7 @@ RABBITMQ_PUBLISH_INTERVAL_IN_SECONDS=10 # Metadata ## Only used if DATA_ONCE is set to false. If true, the schedule is ignored -METADATA_DOWNLOAD_IMDB_DATA_SCHEDULE="0 0 1 * * *" +METADATA_DOWNLOAD_IMDB_DATA_SCHEDULE="0 0 1 * *" ## If true, the metadata will be downloaded once and then the schedule will be ignored METADATA_DOWNLOAD_IMDB_DATA_ONCE=true ## Controls the amount of records processed in memory at any given time during import, higher values will consume more memory