Skip to content

Commit

Permalink
Early start for daily slim task schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Oct 30, 2023
1 parent d16face commit 0179acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h_periodic/h_beat.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"fill-annotation-slim": {
"options": {"expires": 30},
"task": "h.tasks.annotations.fill_annotation_slim",
"schedule": crontab(hour="11-13", minute="*/15"),
"schedule": crontab(hour="9-13", minute="*/15"),
"kwargs": {"batch_size": 1000},
},
"report-sync-annotations-queue-length": {
Expand Down

0 comments on commit 0179acd

Please sign in to comment.