modified catch request to release mail processing job back to the queue to be tried again.
This commit is contained in:
@@ -113,7 +113,7 @@ class ProcessSendEveMailJob implements ShouldQueue
|
||||
]);
|
||||
} catch(RequestFailedException $e) {
|
||||
Log::warning($e);
|
||||
return null;
|
||||
$this->release(20);
|
||||
}
|
||||
|
||||
if($response == null) {
|
||||
|
||||
Reference in New Issue
Block a user