Skip to content

Commit

Permalink
Update the date window for the slim task
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Nov 17, 2023
1 parent 3be1a0b commit 62230bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions h_periodic/h_beat.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
print("h_beat disabled by DISABLE_H_BEAT environment variable")
sys.exit()

SLIM_TASK_SINCE = "2016-01-01"
SLIM_TASK_UNTIL = "2018-03-31"
SLIM_TASK_SINCE = "2017-01-01"
SLIM_TASK_UNTIL = "2018-12-31"

celery = Celery("h")
celery.conf.update(
Expand Down

0 comments on commit 62230bc

Please sign in to comment.