Jake Vanderwerf
2026-02-11 a46467b9149ef5435124c3cfab5737332293afa5
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);
   }
}