do not repeat recurring crons even on failure
This commit is contained in:
parent
aba280d9ab
commit
93ace021c0
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ class RecurringInvoicesCron
|
|||
{
|
||||
use Dispatchable;
|
||||
|
||||
public $tries = 1;
|
||||
|
||||
/**
|
||||
* Create a new job instance.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue