Jake Vanderwerf
9 days ago ed57c386db34d8693ca75311972d0929ebe5f488
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);
   }
}