Is it possible to set my DeadlineExceededError lower than 30 seconds? I wish to run some process and ensure that it will run below 5 seconds.
A decorator like "@run_within(seconds=5)" would be awesome too, but this I know that does not exists (yet?) Anoter question (related): When a DeadlineExceededError occurs, appengine rollback all transactions made? -- Rafael Sierra http://blog.rafaelsdm.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
