modified catch request to release mail processing job back to the queue to be tried again.

This commit is contained in:
2021-03-17 22:25:00 +09:00
parent 79c3e3382a
commit 87bbc1a8e4

View File

@@ -113,7 +113,7 @@ class ProcessSendEveMailJob implements ShouldQueue
]);
} catch(RequestFailedException $e) {
Log::warning($e);
return null;
$this->release(20);
}
if($response == null) {