The answer to each of your questions, is yes. You set up a queue worker, or workers. Think of them as laravel running in the background all the time. Then you send jobs to them and they get processed in the background, even if the user closes their browser.
Mar 26, 2018
2
Level 3
How to handle a long running request
I am using twilio to send 1000s of texts to a defined group of phone numbers. What is the best logic to follow when trying to achieve this?
is this a job which should be used with queues?
Can I send an ajax request to the method and allow the user to navigate elsewhere, will this process continue to run if page is reloaded?
Level 67
Please or to participate in this conversation.