MatterMiners / MatterMiners/lapis
Adapt functionality of Classad-Scheduler
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The workflow should be as follows:
* Perform autoclustering of jobs,
* go through job list independent of auto cluster,
* assign job to one of the machines by going through machine cluster,
* remember assigned machine cluster for the job cluster the job belongs to,
* when looking for another job, check if it is in an auto cluster where we already know which machine cluster is good; if existing, directly use it and don't search for another matching machine cluster.
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
Start by locating the Classad-Scheduler implementation and its job, auto-cluster, and machine-cluster assignment entry points. Trace the current scheduling flow before deciding where the requested remembered cluster relationship belongs. Done means the five listed workflow steps are implemented and covered by the project's relevant scheduler tests, if available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- distributed-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100