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.
Google App Engineは、リクエストごとに30秒のタイムアウトを課します。これは、blobstoreにアップロードするときに適用できますか?
ありがとう!
いいえ。アプリへの定期的なリクエストがあっても、30秒の制限は、アプリケーションがリクエストの処理に費やす時間にのみ適用されます。タイマーには、サーバーが要求を受信するのにかかる時間や、応答をユーザーに送り返すのに費やされる時間は含まれていません。