Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
来自任务队列 Python API 概述:
如果您的任务执行接近 30 秒的限制,App Engine 将引发您可能捕获的异常,然后快速保存您的工作或日志过程。
那是哪个例外?
例外是google.appengine.runtime.DeadlineExceededError,正常的网络请求也是如此。从队列中运行的任务与普通 Web 请求的行为相同,只是 Taskqueue API 将重新调度以非 200 响应退出的任务。
google.appengine.runtime.DeadlineExceededError