From 1da9bdbca1039de89beef2a2c1ec56f741834426 Mon Sep 17 00:00:00 2001 From: Marcos Prieto Date: Thu, 23 Nov 2023 17:37:04 +0100 Subject: [PATCH] Update the date window for the slim task --- h_periodic/h_beat.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/h_periodic/h_beat.py b/h_periodic/h_beat.py index 05c912c..5270071 100644 --- a/h_periodic/h_beat.py +++ b/h_periodic/h_beat.py @@ -17,8 +17,8 @@ print("h_beat disabled by DISABLE_H_BEAT environment variable") sys.exit() -SLIM_TASK_SINCE = "2018-01-01" -SLIM_TASK_UNTIL = "2019-12-31" +SLIM_TASK_SINCE = "2018-04-01" +SLIM_TASK_UNTIL = "2020-03-30" celery = Celery("h") celery.conf.update(