Jake Vanderwerf
2026-02-10 db7986cd0c325a761e8534334195cd9ec7b1961a
inc/managers/queue/Progress.php
@@ -19,6 +19,7 @@
         $this->operation->processedItems + $count,
         $this->operation->totalItems
      );
      JVB()->queue()->storage()->saveProgress($this->operation);
   }
   public function failItem(mixed $item, string $reason): void
@@ -27,5 +28,6 @@
         'item' => $item,
         'reason' => $reason,
      ];
      JVB()->queue()->storage()->saveProgress($this->operation);
   }
}