We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 403aa94 commit 4795e5fCopy full SHA for 4795e5f
src/Wrapper/TaskWrapper.php
@@ -141,7 +141,7 @@ public function dispatch(): void
141
$this->logDebug("The previous launch is still running (already $runtime min)");
142
143
if ($runtime >= $this->lockResetTimeout) {
144
- $this->logDebug("The current runtime is bigger than the reset timeout ($this->lockResetTimeout min). Reset lock");
+ $this->logError("The current runtime is bigger than the reset timeout ($this->lockResetTimeout min). Reset lock");
145
$this->handler->resetLock($lastLaunch->id);
146
$this->launchTask($startTime);
147
return;
0 commit comments