When called via url artisan commands are processed sync, could be done async in Laravel, Artisan::queue() is not supported by Lumen. Queueing artisan commands allow to respond in time to requests, means before timeout.
The migration to Laravel turns useless the use of niellles/lumen-commands
When called via url artisan commands are processed sync, could be done async in Laravel,
Artisan::queue()
is not supported by Lumen. Queueing artisan commands allow to respond in time to requests, means before timeout.The migration to Laravel turns useless the use of
niellles/lumen-commands