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

[ui] Give explanation for hasStoppedRescheduling #16942

Open
philrenaud opened this issue Apr 20, 2023 · 1 comment
Open

[ui] Give explanation for hasStoppedRescheduling #16942

philrenaud opened this issue Apr 20, 2023 · 1 comment

Comments

@philrenaud
Copy link
Contributor

philrenaud commented Apr 20, 2023

It would be nice to know why an allocation has stopped rescheduling:
image

Relevant computed prop: https://github.com/hashicorp/nomad/tree/main/ui/app/models/allocation.js#L166-L177

Ideally we could provide a hasStoppedReschedulingReason string property to users that gives better specifics.

@lattwood
Copy link
Contributor

We ran into this issue on a job with the follow (JSON) restart policy

        "ReschedulePolicy": {
          "Attempts": 0,
          "Interval": 0,
          "Delay": 5000000000,
          "DelayFunction": "constant",
          "MaxDelay": 3600000000000,
          "Unlimited": true
        }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

3 participants