-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
To ensure data consistency we need to intercept terminations signals and finish serving any in-flight requests and close connections to the DB before shutting down. This is very likely to require changes to gRPCxx.
Requirements
- Intercept termination signals (
SIGTERM,SIGINT,SIGQUIT) and;- Stop accepting any further incoming requests after the termination signal
- Finish serving any in-flight requests
- Close DB connection
- Shutdown gracefully
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request