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.
タスクキューからPythonAPIの概要:
タスクの実行が30秒の制限に近づくと、App Engineは例外を発生させ、それをキャッチして、作業またはログプロセスをすばやく保存します。
それはどの例外ですか?
例外はgoogle.appengine.runtime.DeadlineExceededError、通常のWebリクエストの場合と同じです。キューから実行されているタスクは、通常のWebリクエストと同じように動作しますが、TaskqueueAPIが200以外の応答で終了するタスクを再スケジュールする点が異なります。
google.appengine.runtime.DeadlineExceededError