Hello,
Recently my recurring invoices have started to send two of the same invoice out. My crons are as below:
0 8 * * * /usr/bin/php8.2 /var/www/invoiceninja/artisan ninja:send-recurring > /dev/null
0 8 * * * /usr/bin/php8.2 /var/www/invoiceninja/artisan ninja:send-reminders > /dev/null
* * * * * /usr/bin/php8.2 /var/www/invoiceninja/artisan schedule:run >> /dev/null 2>&1
This has recently just started. Any suggestions? The only thing out of line I saw in the logs was from several days ago:
[2023-03-25 23:16:02] production.INFO: Broadcasting [App\Events\Invoice\InvoiceWasCreated] on channels [simple-channel] with payload:
{
"id": "value",
"socket": null
}