Jake Vanderwerf
2026-07-12 c204185ae86a98994f80010abf35a190c9406739
inc/managers/queue/Processor.php
@@ -218,17 +218,17 @@
      $op->errorMessage = $e->getMessage();
      JVB()->error()->log(
         '[Queue]:processOne',
         $e->getMessage(),
         [
            'operation_id' => $op->id,
            'type'         => $op->type,
            'user_id'      => $op->userId,
            'retries'      => $op->retries,
         ],
         $op->outcome === 'failed_permanent' ? 'critical' : 'warning'
      );
//    JVB()->error()->log(
//       '[Queue]:processOne',
//       $e->getMessage(),
//       [
//          'operation_id' => $op->id,
//          'type'         => $op->type,
//          'user_id'      => $op->userId,
//          'retries'      => $op->retries,
//       ],
//       $op->outcome === 'failed_permanent' ? 'critical' : 'warning'
//    );
   }
   private function calculateBackoff(int $attempt): string