1688 PO Automation Project

This commit is contained in:
Dillon Ngo
2026-01-15 05:00:12 +08:00
parent ee1b6affa9
commit dc96efa063
@@ -80,7 +80,7 @@ class ETLPurchaseOrderTransactionV2CommandJob implements ShouldQueue
$lockKey = $cacheKey . '_lock';
$finished = 0;
Cache::lock($lockKey, 10)->block(5, function () use ($cacheKey, &$finished) {
Cache::lock($lockKey, 100)->block(30, function () use ($cacheKey, &$finished) {
(App()->make(ETLPDFPurchaseOrderClaudeProcessor::class))->execute($this->files, $this->bookingId, $this->batchIndex !== 1);