dimanche 6 août 2017

Laravel Queue on Google App Engine

I am looking into google app engine as a alternative to AWS ec2/ELB. One problem I see is that there isn't an obvious way to consume the laravel queue.

If we deploy our laravel app across a few aws ec2 instances, we can use the same deployment process etc to include one instance as the queue runner.

But with app engine, because it is a black box, it seems like we need to do something like a google compute instance to run cli php to run the artisan command. This is annoying because we will have to worry about scaling the queue worker instances, which kind of defeats the purpose of google app engine.

Is anyone running a fully functioning, (ie with queue) laravel application on google app engine? If so, any resources you can point to would be helpful?

Is it possible to running php cli commands and supervisor (python) on a google app engine php flex environment?



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2uxJ6fk
via IFTTT

Aucun commentaire:

Enregistrer un commentaire