Skip to content

Commit

Permalink
Decrease batch size to measure its impact
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Sep 11, 2023
1 parent 9ae0d19 commit 8e03411
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 @@ -55,8 +55,8 @@
"fill-annotations-pk": {
"options": {"expires": 30},
"task": "h.tasks.annotations.fill_pk_and_user_id",
"schedule": crontab(hour="9-12", minute="*/15"),
"kwargs": {"batch_size": 10000},
"schedule": crontab(hour="9-12", minute="*/10"),
"kwargs": {"batch_size": 5000},
},
"report-sync-annotations-queue-length": {
"options": {"expires": 30},
Expand Down

0 comments on commit 8e03411

Please sign in to comment.