mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Skip writing to failed_jobs
This commit is contained in:
parent
8cf9fdf759
commit
17b138abaa
@ -99,6 +99,6 @@ class SystemLogger implements ShouldQueue
|
|||||||
|
|
||||||
public function failed($e)
|
public function failed($e)
|
||||||
{
|
{
|
||||||
nlog($e->getMessage());
|
config(['queue.failed.driver' => null]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user