Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Soft deadline exceeded #127

Closed
gabrielf opened this issue Mar 27, 2018 · 0 comments
Closed

Soft deadline exceeded #127

gabrielf opened this issue Mar 27, 2018 · 0 comments
Labels
bankrupt Feel free to reopen when necessary.

Comments

@gabrielf
Copy link

https://cloud.google.com/appengine/articles/deadlineexceedederrors describes how in Java and Python it is possible to recover from a deadline exceeded error and get 1 second to perform some cleanup.

I can see no trace of any support for this in the docs or in the code byt is this possible using AppEngine and go?

I understand that it would be hard or even impossible to get such an error for a route that does time.Sleep(60*time.Minute) but it would be nice if an outgoing http request using urlfetch returned a deadline exceeded error one second before the request's hard limit is reached.

@jinglundong jinglundong added the bankrupt Feel free to reopen when necessary. label May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bankrupt Feel free to reopen when necessary.
Projects
None yet
Development

No branches or pull requests

2 participants