FNNDSC / pman

A process management system written in python
MIT License
23 stars 33 forks source link

Update job spec to stop re run in case of failure #100

Closed husky-parul closed 6 years ago

husky-parul commented 6 years ago

Added method to patch job spec to set active_deadline_seconds 0 in case job failed first time. It will prevent job from running again

husky-parul commented 6 years ago

@danmcp @ravisantoshgudimetla