Skip to content

Limit the number of global concurrent worker instances #2

@mmbros

Description

@mmbros

Given the following (worker, instance) configuration [(a,1), (b,2), (c,3)] all the 6 worker instances a1, b1, b2, c1, c2, c3 can run concurrently.

Add an engine parameter that can limit the global number of instances concurrently working.

Eventually the instances to run should belong to different workers, if possible.
For example, in case of max 3 instances, a1, b1, c3 would be preferable over a1, b1, b2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions