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

Control handler's service restarts #38

Open
obwon opened this issue Mar 18, 2020 · 2 comments
Open

Control handler's service restarts #38

obwon opened this issue Mar 18, 2020 · 2 comments

Comments

@obwon
Copy link

obwon commented Mar 18, 2020

We often release changes that do not require service restarts which impact production. Would require a control variable and logic to the handler.

@bertvv
Copy link
Owner

bertvv commented Jun 17, 2020

Can you give a concrete example? The handler that restarts the service is only called on configuration file changes. I can't imagine that a server restart is not necessary in that case.

@obwon
Copy link
Author

obwon commented Nov 9, 2020

Hi Bert,

Sure. Many changes to config can be done dynamically but we would also like to record them in a config file for permanence.

I know it goes against the CI/CD ethos but sometimes my team is avers to shutdown the production stack for a DB config change. The stop check we put in is also for extra insurance against unintended DB restarts.

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

No branches or pull requests

2 participants