Skip to content

Implement Cap on total number of processes on a worker #61

@galenatjpl

Description

@galenatjpl

Ceiling of number of RUNNING processes in total on a worker. The purpose would be to have a predictable limit/cap on the CPU and/or memory usage on a worker, at any given time.

So for example, if the individual BPMN limits are:

BPMN A: 5
BPMN B: 3
BPMN C: 2

and there is a cap:

CAP = 4

You could, for example have 1 A running, 2 B running, 1 C running (totals to 4), at most.

CURRENT WORKAROUND:

  • limit a worker to a single BPMN type
  • use a smaller/appropriately-sized worker instance class

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions