$this->logger->
debug('A worker for @queue queue suspended further processing of the queue.',
[ '@queue' =>
$worker->
getPluginId(),
]);
// Skip to the next queue.
throw $e;
} catch (\Exception
$e) { // In case of any other kind of exception, log it and leave the item
// in the queue to be processed again later.
Error::
logException($this->logger,
$e);
} } } /**
* Invokes any cron handlers implementing hook_cron.
*/
protected function invokeCronHandlers() { $module_previous = '';
// If detailed logging isn't enabled, don't log individual execution times.