2
我在哪裏可以找到GAE Go runtime的SLA和棄用政策。GAE Go運行時SLA
按照該features page,
The runtime is experimental,
Go
Experimental The Go runtime executes your code in a Go 1.1 environment. This runtime is Experimental. Release Notes Documentation SDK
但是,核心功能是GA(數據存儲,檢索和搜索,...)。
那麼,我可以在哪裏看到Google是否決定不在應用程序引擎中支持Go運行時,哪種折舊政策會生效。
謝謝。
說'它是實驗性'的一點是能夠退出它。它還告訴你,你不應該依賴它,即在生產中使用它。實際上,他們有大約6個月的通知(afaik Conversion API)已棄用功能。 –