Cloud schedule targetting to a specific app engine service
27 views
Skip to first unread message
dir Ls
unread,
Apr 15, 2019, 1:53:48 AM4/15/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
The doc at https://cloud.google.com/scheduler/docs/creating says we need to specify the service name if it's not default. However, there are no details on how to do that. Also, I thought that the relative url should be sufficient as the dispatch rules will figure out which service to route it to. Is there an example gcloud command on how to target a non-default app engine service?
"Specify the name of the App Engine service that is running the handler for
the Cloud Scheduler job. If omitted, the default service is assumed. If you
want to set it, you can find the service names in the
Google Cloud Platform Console."
George (Cloud Platform Support)
unread,
Apr 15, 2019, 2:08:29 PM4/15/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
The appspot.com domains also support subdomains of the form [SUBDOMAIN]-dot-[YOUR_PROJECT_ID].appspot.com, where [SUBDOMAIN] can be any string allowed in one part of a domain name, excluding the . character. You can find related details on the "How Requests are Routed" documentation page.