[[["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 2025-03-05 UTC."],[[["`QueueConstants` defines limits for task queues, including queue and task name constraints."],["There are static fields, `QUEUE_NAME_PATTERN`, `QUEUE_NAME_REGEX`, `TASK_NAME_PATTERN`, and `TASK_NAME_REGEX`, specifying patterns and regular expressions for valid queue and task names."],["The class includes static methods to retrieve limits such as the maximum time a task can be scheduled into the future, the maximum lease duration for a task, and the maximum number of tasks to lease in one call."],["`QueueConstants` provides methods to determine the maximum sizes for pull and push tasks, queue names, task names, and task tags."],["It also includes limits for the number of tasks per add call and the maximum URL length for tasks, as well as a deprecated method `maxTaskSizeBytes()` that is being replaced by `maxPushTaskSizeBytes()`."]]],[]]