Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Implement metrics based scaling #2

@vvmruder

Description

@vvmruder

The advantage of QSl is its atomar worker approach. We can spin up a defined number of workers and be sure that no internal mechnisms do things without our control. However, to be flexible with load balancing we need e mechnism to scale the amount of workers dynamically on metrics.

For instance, if the job queue lenght is:

  • growing in average over X seconds we want to scale up to Y workers
  • stable over X seconds we want do scale to a default number of workers

This is possible because each worker has a nearly instant boot process and can start picking jobs right away.

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