Skip to content
Merged
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 tasks/src/main/java/com/example/task/CreateHttpTask.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ public static void main(String[] args) throws Exception {
try (CloudTasksClient client = CloudTasksClient.create()) {
// Variables provided by the system variables.
// projectId = "my-project-id";
// queueName = "my-appengine-queue";
// queueName = "my-queue";
// location = "us-central1";
// url = "https://<project-id>.appspot.com/tasks/create";
// url = "https://example.com/hellohandler";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You might wish to update the README.md file as well.

String payload = "hello";

// Construct the fully qualified queue name.
Expand Down