mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
1688 PO Automation Project
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user