We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e70027f commit 92dc764Copy full SHA for 92dc764
app/code/Magento/Cron/Model/DeadlockRetrier.php
@@ -44,7 +44,7 @@ public function execute(callable $callback, AdapterInterface $connection)
44
try {
45
return $callback();
46
} catch (DeadlockException $e) {
47
- $this->logger->warning(sprintf("Deadlock detected in cron cleanup: %s", $e->getMessage()));
+ $this->logger->warning(sprintf("Deadlock detected in cron: %s", $e->getMessage()));
48
continue;
49
}
50
0 commit comments