Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Create and send a Cloud Task to one App Engine app from another App Engine

Former Community Member
Not applicable

Hello!
I have 2 projects, each one with App Engine instances running. I would like to create Cloud Task in one App Engine instance and send this task to Another one, but I'm struggling to understand how to do it. Perhaps, I could create a task with HTTP target like this, but I really would like to target App Engine directly like this. Is it possible?

Thank you

0 1 143
1 REPLY 1

Hi @Former Community Member,

Welcome to Google Cloud Community!

I would suggest using a serverless VPC Access (standardflexible) as this would allow access not just with another App Engine instance but also Compute Engine VM instances, Memorystore instances, and any other resources with an internal IP address.

Hope this helps.