Skip to content

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

@Gardelll

Description

@Gardelll

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions