Skip to content

Commit 3e965d7

Browse files
committed
Send an error message to the debug channel for not last try
1 parent 4795e5f commit 3e965d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Wrapper/TaskWrapper.php

+1
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ function ($code, $message, $file, $line) {
213213
);
214214
$errors = $this->handler->completeLaunchUnsuccessfully($launchId, $message);
215215
if ($errors < $this->tries) {
216+
$this->logDebug($message);
216217
sleep($this->tryDelay);
217218
$this->launchTask($startTime, $launchId, ++$errors);
218219
} else {

0 commit comments

Comments
 (0)