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

Add Restart if Terminated option #15

Open
IvanBond opened this issue Apr 4, 2019 · 0 comments
Open

Add Restart if Terminated option #15

IvanBond opened this issue Apr 4, 2019 · 0 comments

Comments

@IvanBond
Copy link
Owner

IvanBond commented Apr 4, 2019

Idea: two new columns:

  1. "Restart if Terminated" as Yes/No flag to tell controller if it needs to restart certain task after termination (whatever reason) (sometimes it is just enough to restart a task).
  2. Restarts Limit: 1 by default.
    Support column - Current No of Restarts.
    On each scan check if Status is "TERMINATED", if so - check if "Restart if Terminated" set to Y. If so check "Current No of Restarts" vs "Restarts Limit", if less - add a word "restart" to "Manual Trigger", alternatively, send a notification to RC owner - Number of attempts exceeded.
    After successful completion of task - reset "Current No of Restarts" to 0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant