Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Die Backends API wurde ursprünglich eingeführt, um Berechnungen ohne Nutzereingriffe mit längeren Timeouts, unterschiedlichen Instanzgrößen usw. bereitzustellen.
Ab 2014 haben wir bestimmte Module empfohlen, die später in Dienste umbenannt wurden. In der Zwischenzeit wurden allen Diensten Backend-Instanzen (B_*) und Skalierungssteuerelemente hinzugefügt, sodass eine separate Back-End-API nicht mehr erforderlich ist.
Am 13. März 2019 werden Backends API und alle vorhandenen Back-End-Versionen eingestellt. Sie können ab diesem Datum keine neuen Back-Ends mehr bereitstellen und keine vorhandenen Back-Ends mehr ändern. Außerdem wird kein Traffic mehr über diese Versionen bereitgestellt.
Migration
In unseren Migrationshandbüchern für Python, Java und Go wird gezeigt, wie Sie Ihre Back-Ends in Dienste umwandeln.
Wenn die Ausführung Ihres Codes länger als 60 Sekunden dauert, sollten Sie eine Migration zu Cloud Tasks (Zeitüberschreitung von 10 Minuten), Kubernetes Engine oder Compute Engine (unbegrenzt) prüfen.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-09-04 (UTC)."],[[["\u003cp\u003eThe Backends API, initially designed for non-user-facing compute with extended timeouts, is being shut down.\u003c/p\u003e\n"],["\u003cp\u003eThe need for the Backends API was diminished after the introduction of backend instances and scaling controls to Services.\u003c/p\u003e\n"],["\u003cp\u003eAs of March 13, 2019, the Backends API will cease to function, and all existing Backend versions will be shut down.\u003c/p\u003e\n"],["\u003cp\u003eUsers are advised to migrate their Backends to Services, with migration guides available for Python, Java, and Go.\u003c/p\u003e\n"],["\u003cp\u003eFor code requiring more than 60 seconds to run, alternatives such as Cloud Tasks, Kubernetes Engine, or Compute Engine are recommended.\u003c/p\u003e\n"]]],[],null,["# App Engine Backends API Shutdown\n\nThe Backends API was originally introduced as way to provide non user-facing\ncompute, with longer timeouts, different instance sizes, etc.\n\nBeginning in 2014, we started recommending Modules, which were eventually\nrenamed to Services. During that time, we added\n[backend instances](/appengine/docs/standard#instance_classes) (`B_*`) and\n[scaling controls](/appengine/docs/standard/python/config/appref#scaling_elements)\nto all Services, thus removing much of the need for a separate Backends API.\n\nOn **March 13, 2019**, we will shut down the Backends API and all existing\nBackend versions. You will no longer be able to deploy new Backends or modify\nexisting Backends, and these versions will stop serving traffic.\n\nMigration\n---------\n\nPlease follow our migration guides for\n[Python](/appengine/docs/standard/python/modules/converting),\n[Java](/appengine/docs/standard/java/modules/converting), and\n[Go](/appengine/docs/standard/go/modules/converting) to convert your Backends\nto Services.\n\nIf you need to run code for longer than 60 seconds, consider migrating to\n[Cloud Tasks](/tasks) (10 minute timeout),\n[Kubernetes Engine](/kubernetes-engine), or [Compute Engine](/compute)\n(indefinite)."]]