Add proper configuration management for compute-worker
Open
@wlln is already working on this.
Since Jun 4, 2026.
Enhancement
In Progress
python
python:uv
Setup
Workers / Queues
- Dominant language
- Python
- Stars
- 176
- Forks
- 74
- Avg merge
- 5d 3h
- Merged PRs (30d)
- 21
Description
Improve the way the compute worker is configured and run
- identify everything configurable
- use proper environment variable names (eg. CODABENCH_COMPUTE_WORKER_SERVER_ADDRESS)
- create Config class
- implement typer to manage app + options/arguments
- add support for configuration layers (default < configuration file < ENVVARS < CLI flags
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.
Assessment
This issue has not been assessed yet.