makeplane / makeplane/helm-charts

Worker deployments have no concurrency limit and will use all CPU cores by default

Open
#188 3 comments 1 reaction 2 assignees View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.