We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the function rollout or scaledown, we need the function to be gracefully shutdown to avoid losing the request or event.
The text was updated successfully, but these errors were encountered:
@rajibmitra , are you interested in implementing the graceful shutdown feature for functions-framework-go? https://github.com/OpenFunction/functions-framework-go :
Relevant source code: https://github.com/OpenFunction/functions-framework-go https://github.com/OpenFunction/builder/blob/main/cmd/go/of_functions_framework/template.go#L17
Sorry, something went wrong.
See also: https://github.com/gorilla/mux#graceful-shutdown : go functions framework is using gorilla now https://rafallorenz.com/go/handle-signals-to-graceful-shutdown-http-server/ https://clavinjune.dev/en/blogs/golang-http-server-graceful-shutdown/ https://www.rudderstack.com/blog/implementing-graceful-shutdown-in-go/ https://leileiluoluo.com/posts/golang-shutdown-server-gracefully.html
@zhbinary you can implement this for https://github.com/OpenFunction/functions-framework-go first
zhbinary
No branches or pull requests
When the function rollout or scaledown, we need the function to be gracefully shutdown to avoid losing the request or event.
The text was updated successfully, but these errors were encountered: