I been trying to understand how I can setup the follow architecture on Google's cloud:
- Google app engine receives HTTP request
- Google app engine queues a pull task as a result of the HTTP request
- The task is received by a auto scaling google compute engine instance group
Are there solutions that someone can point me to how to setup a auto scaling task pull task queue handler? Each of my tasks will take approximately a minute to process I estimate.