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']);