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

Set Meta of Restarted Job as Unused #687

Merged
merged 2 commits into from
Sep 12, 2024
Merged

Commits on Sep 11, 2024

  1. Set Meta of Restarted Job as Unused

    because whenever a new allocation is started (for the same runner), it is already handled as fresh in Poseidon.
    With this PR we persist this information to Nomad, to allow a minimal improved runner recovery behavior when such runners are still counted as idle.
    mpass99 authored and MrSerth committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    31299f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Optimize SetRunnerMetaUsed

    to send a second request to Nomad only when the meta values change.
    mpass99 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b42819b View commit details
    Browse the repository at this point in the history