一个很简单的 cron 任务,一天也才发几封邮件而已,内容也绝对不算大的,就是几个K吧,但是经常说超标了,发送失败。
看过 app engine 的 Mail quota,应该远远在限额之下的,怎么会老是报错呢?
http://code.google.com/appengine/docs/quotas.html#Mail错误如下:
500 11473ms 93cpu_ms 1kb AppEngine-Google; (+
http://code.google.com/appengine)
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/
mail.py", line 796, in send
make_sync_call('mail', self._API_CALL, message, response)
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/
apiproxy_stub_map.py", line 94, in MakeSyncCall
return stubmap.MakeSyncCall(service, call, request, response)
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/
apiproxy_stub_map.py", line 308, in MakeSyncCall
rpc.CheckSuccess()
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/
apiproxy_rpc.py", line 133, in CheckSuccess
raise self.exception
OverQuotaError: The API call mail.Send() required more quota than is available.
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
https://www.v2ex.com/t/12024
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.