Skip to content

Commit

Permalink
Remove instructions regarding queue routing override (GoogleCloudPlat…
Browse files Browse the repository at this point in the history
…form#1167)

Queue routing override is not recommended for simple use cases, it's an advanced option.
  • Loading branch information
steren authored and Jon Wayne Parrott committed Nov 15, 2017
1 parent 19788b0 commit bdb0b65
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions appengine/flexible/tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ To create a queue using the Cloud SDK, use the following gcloud command:
gcloud alpha tasks queues create-app-engine-queue my-appengine-queue

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

## Deploying the App Engine app

Expand Down

0 comments on commit bdb0b65

Please sign in to comment.