[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-03-06。"],[[["Pull queues allow you to add tasks for later processing, and can be created using the specified API which is compatible with first-generation runtimes and can be utilized when upgrading to corresponding second-generation runtimes."],["Tasks are added to a pull queue using the `TaskOptions.Method.PULL` method, after obtaining the queue name from the `queue.xml` file."],["The `QueueFactory.getQueue()` method is used to access the queue by its name, as defined in the `queue.xml`."],["The `queue.add()` method, combined with `TaskOptions.Builder.withMethod(TaskOptions.Method.PULL)`, is used to place tasks into a pull queue."]]],[]]