Answer the question
In order to leave comments, you need to log in
How to properly queue artisan commands?
there is an artisan
command php artisan start_process
and it has multiple processes
Artisan::call('first:start');
Artisan::call('second:start');
Artisan::call('third:start');
Answer the question
In order to leave comments, you need to log in
In the command itself, write the --timeout=0 key, otherwise the artisan command will run out of time, as in your case
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question