Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

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

@vdice

Description

@vdice

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
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    APIIssues or pull requests that affect the APIenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions