1688 PO Automation Project

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