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

Nomad Restart and Reschedule Policy #611

Merged
merged 2 commits into from
Jun 27, 2024
Merged

Nomad Restart and Reschedule Policy #611

merged 2 commits into from
Jun 27, 2024

Commits on Jun 27, 2024

  1. Remove Nomad Job Scaling option

    because our current Poseidon-Nomad architecture has a 1:1 runner-job relationship and there is no need to have more than the one task per job.
    mpass99 authored and MrSerth committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    70624bd View commit details
    Browse the repository at this point in the history
  2. Adjust Nomad restart and reschedule behavior

    to limit the number of reschedules as we cannot guarantee an error-free job definition.
    We also set reasonable delays and intervals to increase the likelihood that one deployment has enough time, but there is no second deployment within the interval.
    mpass99 authored and MrSerth committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2dd0d16 View commit details
    Browse the repository at this point in the history