Skip to content

Commit

Permalink
Increase H pk fill up frequency to run every 5 minutes
Browse files Browse the repository at this point in the history
Now that the batch size is 5000 run it more frequently
  • Loading branch information
marcospri committed Sep 11, 2023
1 parent 8e03411 commit 517f7a5
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-annotations-pk": {
"options": {"expires": 30},
"task": "h.tasks.annotations.fill_pk_and_user_id",
"schedule": crontab(hour="9-12", minute="*/10"),
"schedule": crontab(hour="9-12", minute="*/5"),
"kwargs": {"batch_size": 5000},
},
"report-sync-annotations-queue-length": {
Expand Down

0 comments on commit 517f7a5

Please sign in to comment.