Recurring Invoices - Not sending as expected

Hello,

I seem to have an issue where my recurring invoices aren’t being sent. I’ve generated a couple of test recurring invoices and as above they’re not sending.

I can send quotes, invoices etc no problem but it seems to only be an issue with my recurring ones.

crontab has been created under www-data:

#InvoiceNinja

0 8 * * * php7.4 /var/www/invoice-ninja/artisan ninja:send-invoices > /dev/null

0 8 * * * php7.4 /var/www/invoice-ninja/artisan ninja:send-reminders > /dev/null

If i run these commands manually they seem to fail “ninja:send-invoices” cannot be found. So i switched to ninja:send-recurring but as above they still don’t send.

Any idea as to why recurring wont send but others will?

Hi,

Which version of the app are you using? The issue is tagged v5 but those are the v4 crons.

https://invoiceninja.github.io/docs/self-host-installation/

Hello,

V5. Documentation is a bit difficult to navigate i’ve noticed but after logging this i made some further changes and left it. 8am this morning i was then sent an invoice so it looks like my recurring are now working.

Closing this off.

Darren