appengine python shutdown hook

时间:2013-07-09 11:00:47

标签: python google-app-engine hook instance

我正在寻找一种在Google App Engine上为实例(而不是后端)创建关闭挂钩的方法。有谁知道实现这个的方法? python“atexit”模块会工作吗?

atexit.register(func[, *args[, **kargs]])

1 个答案:

答案 0 :(得分:0)

“GAE模块”页面的“关闭”部分中有一个小例子,但标签无法正常工作: https://cloud.google.com/appengine/docs/python/modules/#Shutdown

就在这一部分之上: https://cloud.google.com/appengine/docs/python/modules/#Python_Instance_uptime