1688 PO Automation Project

This commit is contained in:
Dillon Ngo
2026-01-15 03:28:37 +08:00
parent de34a98856
commit a3e70bc672
@@ -307,7 +307,7 @@ class ImportPurchaseOrderTransactionLogic extends AbstractControllerLogic
$index + 1,
$totalBatches,
$isLast
)->delay(now()->addSeconds($index * 5));
)->delay(now()->addSeconds($index * 10));
}
}
}