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

Implement rolling update for instances. #190

Closed
finchr opened this issue Feb 27, 2024 · 0 comments · Fixed by #191 or #213
Closed

Implement rolling update for instances. #190

finchr opened this issue Feb 27, 2024 · 0 comments · Fixed by #191 or #213

Comments

@finchr
Copy link
Contributor

finchr commented Feb 27, 2024

Describe the Feature

While updating the instance_type recently in preparation for a major version upgrade, both instances upgraded in parallel resulting in significant downtime. I found a simple fix for this which I will submit as a pull request.

Expected Behavior

At least one new node is in service at all times.

Use Case

A Zero or minimal downtime deploy.

Describe Ideal Solution

A rolling update.

Alternatives Considered

I considered a blue/green update which I was even able to implement using the create_before_destroy. I can provide this implementation if anyone is interested.

Additional Context

No response

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