-
Notifications
You must be signed in to change notification settings - Fork 18
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
what happens on failures? #59
Comments
@tcurdt Currently, comin doesn't have anything to detect a failure after a deployment, so it can't do anything on failure. Do you have something in mind? Maybe comin could watch a liveness probe in order to be able to rollback. However, i don't know if it should watch for some prometheus metrics, a systemd unit state or executing a script after the deployment to ensure the machine still works. (When i'm not sure about a deployment, i currently use a testing branch in order to be able to reboot the server if it is no longer responding.) |
I guess the main problem is defining what is considered a system that is alive and well.
All of them would need some kind of grace period after the deploy. If any of them failed, rollback to a working state. |
Another somewhat related thought: Is there a way to check the current SHA of the system yet? |
Ah, seems like the status page provides it
|
What happens when something fails after a deploy?
Is there any way to auto roll back?
The text was updated successfully, but these errors were encountered: