Implement `resubmitJobs()`
Open
Nobody has claimed this yet.
- Dominant language
- R
- Stars
- 184
- Forks
- 53
- Avg merge
- 7d 2h
- Merged PRs (30d)
- 1
Description
This will restart all jobs using the same resources (to fix #164) and defaults to expired jobs (as requested via mail). Can also be used in bt[lm]apply() to "resume" calculation.
Contributor guide
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
Start by reading the existing job submission paths and the bt[lm]apply() entry points, then inspect how expired jobs and resource settings are represented. Implement resubmitJobs() so it restarts jobs with the same resources, defaults to expired jobs, and can support resuming calculations; verify behavior against the problem described in #164.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- hpc
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100