meumobi / AMS.Connect

1 stars 0 forks source link

Migrate from Lumen to Laravel to queue artisan commands #104

Open vdias38 opened 6 years ago

vdias38 commented 6 years ago

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