diff --git a/h_periodic/h_beat.py b/h_periodic/h_beat.py index a3d8d74..8714447 100644 --- a/h_periodic/h_beat.py +++ b/h_periodic/h_beat.py @@ -55,7 +55,7 @@ "fill-annotation-slim": { "options": {"expires": 30}, "task": "h.tasks.annotations.fill_annotation_slim", - "schedule": crontab(hour="9-13", minute="*/15"), + "schedule": crontab(hour="9-13", minute="*/4"), "kwargs": {"batch_size": 1000}, }, "report-sync-annotations-queue-length": {