Jul 13, 2017
0
Level 2
Work with queues without running php artisan queue:work
I'm looking for a convenient method to queue emails without needing the php artisan queue:work process to keep running 24/7. Is there a way to programmatically start and stop the queue:work command when needed? (currently I use the database driver)
Thanks!
Please or to participate in this conversation.