Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is App Engine app/project required? #30

Closed
Zhong-z opened this issue May 2, 2021 · 2 comments
Closed

Is App Engine app/project required? #30

Zhong-z opened this issue May 2, 2021 · 2 comments
Labels
question Further information is requested

Comments

@Zhong-z
Copy link

Zhong-z commented May 2, 2021

Trying to create default queue from gcloud CLI and got the following errors.

There is no App Engine app in project [xxx].

Would you like to create one (y/N)? n

ERROR: (gcloud.tasks.queues.create) Could not determine the location for the project. Please try again. It is possible an AppEngine App does not exist for this project.

Wondering if I missed anything during setup? Is App Engine app required to use Cloud Tasks? My web app is a Cloud Run service.

@alachaum alachaum added the question Further information is requested label May 3, 2021
@alachaum
Copy link
Member

alachaum commented May 3, 2021

Hi @Zhong-z

To be honest I never noticed that requirement because we already had an App Engine project on our account.

According to their get started guide it's required: https://cloud.google.com/tasks/docs/quickstart#add_a_task_to_the_cloud_tasks_queue

They also mention it being a requirement in their "create a queue" article:
https://cloud.google.com/tasks/docs/creating-queues

@Zhong-z
Copy link
Author

Zhong-z commented May 4, 2021

Thanks @alachaum

@Zhong-z Zhong-z closed this as completed May 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants