문제

Google App Engine imposes a 30 seconds timeout for every request. Is this applicable when uploading to the blobstore?

Thanks!

도움이 되었습니까?

해결책

No. Even with regular requests to your app, the 30 second limit only applies to time your application spends processing requests. The timer does not include time the server takes to receive the request nor time spent sending the response back to the user.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top