Hacker News new | past | comments | ask | show | jobs | submit login

App Engine expects your web apps to return almost immediately (in a matter of few ms). For anything that takes longer, you need to use task queues in App Engine. Or maybe try AppEngine Managed VM's?



App Engine requests time out after 60 seconds (that's 60000 ms).

https://cloud.google.com/appengine/articles/deadlineexceeded...

(I work at Google, but not on App Engine)


They don't have to if you use Basic or Manual Scaling (Then they can run up to 24 hours).

https://cloud.google.com/appengine/docs/java/modules/#Java_I...

If you run multiple modules at once (some serving the frontend, some for longer tasks w/task queues), you can have the best of both worlds and use different scaling options for each.

(I also work at Google, but also not on App Engine)




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: