이 페이지에서는 로컬 개발 서버(dev_appserver)를 사용하여 애플리케이션의 push 큐를 테스트할 때 발생하는 몇 가지 제한사항을 설명합니다.
대부분의 측면에서 App Engine 프로덕션 환경에서 실행하는 것처럼 큐와 태스크를 설정하지만 몇 가지 차이점이 있습니다.
개발 서버는 큐의 rate 및 bucket-size 속성을 고려하지 않습니다. 따라서 태스크는 가능한 한 ETA와 가깝게 실행됩니다. 속도를 0으로 설정해도 태스크 실행이 자동으로 차단되지는 않습니다.
개발 서버가 다시 시작되면 큐 상태가 보존되지 않습니다.
로컬 개발 서버 사용 시 사용 가능한 옵션에 대한 자세한 내용은 로컬 개발 서버 사용을 참조하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-04-21(UTC)"],[[["\u003cp\u003eThis API information pertains to first-generation runtimes and is relevant when upgrading to corresponding second-generation runtimes.\u003c/p\u003e\n"],["\u003cp\u003eThe document outlines limitations when utilizing the local development server (\u003ccode\u003edev_appserver\u003c/code\u003e) for testing push queues.\u003c/p\u003e\n"],["\u003cp\u003eThe local development server does not adhere to the \u003ccode\u003erate\u003c/code\u003e and \u003ccode\u003ebucket-size\u003c/code\u003e queue attributes, resulting in tasks executing near their ETA regardless of rate settings.\u003c/p\u003e\n"],["\u003cp\u003eQueue state is not retained across restarts of the development server.\u003c/p\u003e\n"]]],[],null,["# Testing Push Queues in the Development Server\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\nGo Java PHP Python\n| This API is supported for first-generation runtimes and can be used when [upgrading to corresponding second-generation runtimes](/appengine/docs/standard/\n|\n| /services/access). If you are updating to the App Engine runtime, refer to the [Upgrade to second-generation runtimes]() page to learn about your migration options for legacy bundled services.\n\nThis page describes some limitations with using the [local development server](/appengine/docs/standard/tools/using-local-server) (`dev_appserver`) to test push queues in your application.\nIn most respects, you set up your queues and tasks just as you would to run them in the\nApp Engine production environment, but there are some differences:\n\n- The development server doesn't respect the `rate` and `bucket-size` attributes of your queues. As a result, tasks are executed as close to their ETA as possible. Setting a rate of `0` doesn't prevent tasks from being executed automatically.\n- The development server doesn't preserve queue state across restarts.\n\nFor more detailed information on the options available using the local\ndevelopment server, see\n[Using the local development server](/appengine/docs/standard/tools/local-devserver-command)."]]