Merge branch 'dillon/122-1688-po-automation-project-pusher' into vapor/development

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