What to do with kwargs common to every JobQueueCluster impl (walltime, queue ...)
Open
all job schedulers
- Dominant language
- Python
- Stars
- 256
- Forks
- 150
- PR merge metrics
- No merged PRs in 30d
Description
In a recent PR #200, I've become aware that every JobQueueCluster implementation defines similar kwargs:
* queue
* project
* walltime
* job_extra (except sge)
What should we do with those? Shouldn't they be declared in JobQueueCluster, and just used by the implementations?
Contributor guide
Assessment
This issue has not been assessed yet.