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?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/10beca8e-5a4e-4633-b486-3955bacd55ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine... Patrick Finucane

Reply via email to