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

Employ no-downtime update strategy for apps on Nomad #891

Open
vdice opened this issue Jun 15, 2022 · 1 comment
Open

Employ no-downtime update strategy for apps on Nomad #891

vdice opened this issue Jun 15, 2022 · 1 comment
Labels
API Issues or pull requests that affect the API enhancement New feature or request

Comments

@vdice
Copy link
Member

vdice commented Jun 15, 2022

For apps on Nomad, we should look into the possibility of employing a default no-downtime upgrade strategy (regardless of replica count).

E.g. from https://www.nomadproject.io/docs/job-specification#example:

# Specify this job to have rolling updates, two-at-a-time, with
# 30 second intervals.
update {
  stagger      = "30s"
  max_parallel = 2
}
@bacongobbler bacongobbler added enhancement New feature or request API Issues or pull requests that affect the API labels Jun 15, 2022
@bacongobbler
Copy link
Contributor

related: #890

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Issues or pull requests that affect the API enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants