Fix a reading error when we added suspensions
Also remove excessie exception logging for these
This commit is contained in:
parent
0deb262c56
commit
5a07073e0a
2 changed files with 1 additions and 2 deletions
|
@ -93,7 +93,6 @@ class SendScheduledTask extends Job implements ShouldQueue
|
|||
'run_status' => 1,
|
||||
'response' => $ex->getMessage()
|
||||
]);
|
||||
throw $ex;
|
||||
} finally {
|
||||
$cron = Cron::factory(sprintf('%s %s %s %s %s %s',
|
||||
$this->task->minute,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue