[[["易于理解","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-08-04。"],[[["This API is compatible with first-generation runtimes and can be used when upgrading to second-generation runtimes, with a migration guide available for App Engine Go 1.12+ runtimes."],["The local development server (`dev_appserver`) behaves similarly to the App Engine production environment for setting up queues and tasks but has some limitations."],["The `dev_appserver` ignores the `rate` and `bucket-size` attributes, causing tasks to execute close to their ETA, and does not maintain queue state across restarts."],["To completely prevent push tasks from running on the development server, use the command `python2 \u003cvar translate=\"no\"\u003eDEVAPPSERVER_ROOT\u003c/var\u003e/google_appengine/dev_appserver.py --enable_task_running no`."],["Before running the local development server, you must follow setup instructions, run `dev_appserver.py` with Python 3, and set the `CLOUDSDK_DEVAPPSERVER_PYTHON` environment variable to the path of your Python 2 interpreter."]]],[]]