Skip to content

Commit 4795e5f

Browse files
committed
Lock reset message is now sent to the error channel
1 parent 403aa94 commit 4795e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Wrapper/TaskWrapper.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public function dispatch(): void
141141
$this->logDebug("The previous launch is still running (already $runtime min)");
142142

143143
if ($runtime >= $this->lockResetTimeout) {
144-
$this->logDebug("The current runtime is bigger than the reset timeout ($this->lockResetTimeout min). Reset lock");
144+
$this->logError("The current runtime is bigger than the reset timeout ($this->lockResetTimeout min). Reset lock");
145145
$this->handler->resetLock($lastLaunch->id);
146146
$this->launchTask($startTime);
147147
return;

0 commit comments

Comments
 (0)