Jake Vanderwerf
2026-02-08 df6c00db050e188a6bd5707e72c4f1f331ced923
inc/managers/queue/Queue.php
@@ -19,7 +19,7 @@
      $this->registry = new TypeRegistry();
      $this->locker = new Locker();
      $executor = new FilteredExecutor($this->storage);
      $executor = new FilteredExecutor();
      $this->processor = new Processor($this->storage, $executor, $this->registry);
      add_action('jvb_process_queue', [$this, 'checkQueue']);