fix: bom update log not working for large batch size

(cherry picked from commit d56070301c)
This commit is contained in:
Rohit Waghchaure
2023-04-03 14:47:58 +05:30
committed by Mergify
parent e7fd47ae82
commit 9cf30d7621

View File

@@ -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