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

[DESIGN] Number of restarts on charm #21

Open
juditnovak opened this issue Apr 29, 2024 · 1 comment
Open

[DESIGN] Number of restarts on charm #21

juditnovak opened this issue Apr 29, 2024 · 1 comment

Comments

@juditnovak
Copy link
Contributor

Currently the charm restarts on each configuration change, such as:

  • TLS relation
  • Opensearch relation
  • kibanaerver password change
  • manual action log_level change.

Given that

  • the application is very quick to restart
  • no more than 2 (HTTP) or 3 (HTTPS) of these may happen at startup

we choose rather to allow for restarts than increasing complexity on reconcile().

In case the number of restarts may grow significantly higher, we may want to reconsider this decision.

Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant