\google\appengine\api\taskqueue
bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
Classes
A PushQueue executes PushTasks by sending the task back to the application
in the form of an HTTP request to one of the application's handlers.
A PushTask encapsulates a unit of work that an application places onto a
Push Queue for asnychronous execution. The queue executes that work by
sending the task back to the application in the form of an HTTP request to
one of the application's handlers.
Thrown when adding a task, but a task with the same name already exists in
the queue.
Thrown when there is a failure using the Task Queue service.
Thrown when there is a transient failure using Task Queue service, i.e.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-21 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-07-21 UTC."],[[["PushQueues execute PushTasks by sending them back to the application as HTTP requests."],["PushTasks represent units of work placed onto a Push Queue for asynchronous execution via HTTP requests."],["TaskAlreadyExistsException is raised when adding a task with a name that already exists in the queue."],["TaskQueueException indicates a general failure while using the Task Queue service."],["TransientTaskQueueException is raised when there is a temporary failure when using the task Queue service."]]],[]]