Google App Engine's Blobstore is applicable to 30 seconds request timeout?
Asked Answered
S

1

8

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

Thanks!

Stinking answered 29/1, 2010 at 1:14 Comment(0)
J
8

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.

Juniper answered 29/1, 2010 at 2:7 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.