🐛 Feature Request: Replace Worker Note Block with Worker Configuration Details
- Dominant language
- Python
- Stars
- 2k
- Forks
- 984
- Avg merge
- 2h 54m
- Merged PRs (30d)
- 14
Description
**Description:**
Currently, the *Worker logs* section includes this informational block:
> **Note:** We have auto-scaling and auto-allocation features in place which assess the resource requirement for your challenge based on previous submissions. Ideally, you should not need any manual intervention for scaling the worker. However, in case your evaluation requires additional resources or you face any issues, please email us at [[admin@cloudcv.org](mailto:admin@cloudcv.org)](mailto:admin@cloudcv.org).
This should be replaced with a dynamic display of the **current worker configuration**, so challenge hosts have immediate visibility into how their evaluation workers are provisioned.
**Proposed Change:**
Remove the existing note block and instead render the following **current worker configuration** properties retrieved from the backend:
* CPU and memory allocation (vCPUs, RAM)
* Number of worker processes
* Queue name
* Add this line: If you need assistance, please contact [[team@eval.ai](mailto:team@eval.ai)](mailto:team@eval.ai).
This information should be displayed in a clean, readable format (e.g., a table or card).

Contributor guide
Assessment
This issue has not been assessed yet.