8000 Remove instructions regarding queue routing override (#1167) · johnmanong/python-docs-samples@bdb0b65 · GitHub
[go: up one dir, main page]

Skip to content

Commit bdb0b65

Browse files
sterenJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
Remove instructions regarding queue routing override (GoogleCloudPlatform#1167)
Queue routing override is not recommended for simple use cases, it's an advanced option.
1 parent 19788b0 commit bdb0b65

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

appengine/flexible/tasks/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ To create a queue using the Cloud SDK, use the following gcloud command:
3232
gcloud alpha tasks queues create-app-engine-queue my-appengine-queue
3333

3434
Note: A newly created queue will route to the default App Engine service and
35-
version unless configured to do otherwise. Read the online help for the
36-
`create-app-engine-queue` or the `update-app-engine-queue` commands to learn
37-
about routing overrides for App Engine queues.
35+
version unless configured to do otherwise.
3836

3937
## Deploying the App Engine app
4038

0 commit comments

Comments
 (0)
0