Skip to content

Commit

Permalink
Increase email batch size to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
kjsanger committed Oct 25, 2024
1 parent 61864fc commit a67978d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npg_notify/ont/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def run_email_tasks(
number of errors encountered.
"""
np = ns = ne = 0
batch_size = 1
batch_size = 100

for task in pipeline.claim(batch_size):
try:
Expand Down

0 comments on commit a67978d

Please sign in to comment.