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

Service graceful shutdown behavior spike. #545

Open
mantzas opened this issue Sep 13, 2022 · 0 comments
Open

Service graceful shutdown behavior spike. #545

mantzas opened this issue Sep 13, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers Up for grabs The issue/bug is ready for implementation
Milestone

Comments

@mantzas
Copy link

mantzas commented Sep 13, 2022

Is your feature request related to a problem? Please describe

When the service is asked to gracefully shutdown we need to make sure that everything and finally the service exits without returning an error (assuming that the shutdown itself does not produce one).
Let's investigate if that is the case.

Keep in mind that the service might already work as expected. This is a spike.

Describe the solution

  • Make sure that service behaves as expected
  • Make sure that tests verify it
  • Make any changes in the examples to reflect this behavior
@mantzas mantzas added enhancement New feature or request good first issue Good for newcomers Up for grabs The issue/bug is ready for implementation labels Sep 13, 2022
@mantzas mantzas added this to the Unplanned milestone Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers Up for grabs The issue/bug is ready for implementation
Projects
None yet
Development

No branches or pull requests

1 participant