How can I disable the Google App Engine request timeout for a specific cron/request.
I’m creating some routines that need more than 30s of processing, and the GAE alwayes terminate my routine.
Is there any solution?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
One option is Task Queues which have 10 min time limit.
The other is Backends, which have no time limits.