makeplane / makeplane/helm-charts
Worker deployments have no concurrency limit and will use all CPU cores by default
Open
@pratapalakshmi is already working on this.
Since Jan 20, 2026.
Worker
- Dominant language
- Go Template
- Stars
- 23
- Forks
- 31
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 13
Description
Worker deployments have no concurrency limit and will use all CPU cores by default, which can lead to memory exhaustion on bare metal clusters.
The worker process is started using the following command:
celery -A plane worker -l info
According to the documentation, -c needs to be set to limit the number of concurrent processes.
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.
Assessment
This issue has not been assessed yet.