Skip to content

Commit

Permalink
fix: bom update log not working for large batch size
Browse files Browse the repository at this point in the history
(cherry picked from commit d560703)
  • Loading branch information
rohitwaghchaure authored and mergify[bot] committed Apr 3, 2023
1 parent e7fd47a commit 9cf30d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def queue_bom_cost_jobs(

while current_boms_list:
batch_no += 1
batch_size = 20_000
batch_size = 7_000
boms_to_process = current_boms_list[:batch_size] # slice out batch of 20k BOMs

# update list to exclude 20K (queued) BOMs
Expand Down

0 comments on commit 9cf30d7

Please sign in to comment.