inc/managers/queue/Queue.php
@@ -404,7 +404,7 @@ private function runQueueOnShutdown(): void { if (!has_action('shutdown', [$this, 'processQueueOnShutdown'])) { if (!has_action('shutdown', [$this, 'processQueueOnShutdown']) && $this->processor->hasAdequateResources()) { add_action('shutdown', [$this, 'processQueueOnShutdown'], 100); } }