Skip to content

Commit

Permalink
Further increase fill up task speed
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Nov 14, 2023
1 parent bab5b61 commit a634dcf
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 @@ -61,8 +61,8 @@
"fill-annotation-slim": {
"options": {"expires": 30},
"task": "h.tasks.annotations.fill_annotation_slim",
"schedule": crontab(hour="8-14", minute="*/3"),
"kwargs": {"batch_size": 1500},
"schedule": crontab(hour="8-15", minute="*/2"),
"kwargs": {"batch_size": 3000},
},
"report-sync-annotations-queue-length": {
"options": {"expires": 30},
Expand Down

0 comments on commit a634dcf

Please sign in to comment.