NatLabRockies / NatLabRockies/torc
Add ability to restart some jobs while others are still running
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 19
- Forks
- 6
- Avg merge
- 11h 1m
- Merged PRs (30d)
- 1
Description
From @gabrielks (issue 35 in the original repository): "It would be useful to have this feature for long-running workflows containing many jobs that sometimes fail."
We could allow torc workflows reset-job-status --failed-only or torc jobs reset-status followed by a TBD command torc workflows rescan.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue proposes the command entry points torc workflows reset-job-status --failed-only, torc jobs reset-status, and a possible torc workflows rescan; no files or tests are named. Start by locating these CLI commands and tracing how workflow job status is stored and scheduled. Done means the intended reset and rescan behavior is defined and covered by tests for restarting failed jobs while others continue running.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- hpc
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100