Last active
September 16, 2019 20:36
-
-
Save grayside/5d32ac5e519c2ad2897ecb6b22c32ffa to your computer and use it in GitHub Desktop.
Create an HTTP Target Cloud Task via gcloud
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gcloud beta tasks create-http-task --queue my-queue \ | |
--url "https://search.example123-uc.a.run.app?object=piano&color=red" \ | |
--header "Request-User-Id: user123" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Created task [projects/my-project/locations/us-central1/queues/my-queue/tasks/1234567890]. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment