mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Fix a reading error when we added suspensions
Also remove excessie exception logging for these
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user