Queue not enabled even added cron

You may need to add the queue:work cron to process the jobs:

have already added, please let me know if is this correct.

* * * * * cd /home/domain.co.uk && php artisan schedule:run >> /dev/null 2>&1

* * * * * cd /home/domain.co.uk && /usr/bin/php -d register_argc_argv=On artisan schedule:run >> /dev/null 2>&1

Here are my current jobs

It looks like you have schedule:run twice, Iā€™m suggesting you add the queue:work command.

1 Like

Thanks email works after added queue:work