Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions flexible/cloud-tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ curl -d "project=$PROJECT_ID" \
-d "location=$LOCATION_ID" \
-d "queue=$QUEUE_ID" \
-d "message=Hello World!" \
--request POST https://<YOUR_PROJECT_URL>.appspot.com/
--request POST https://<YOUR_PROJECT_URL>.appspot.com/create_task
```

This endpoint will create a Cloud Tasks to trigger the `/log_payload`
endpoint, which will be visible the application's logs:
```
Received task with payload: Hello World!
```
```