[go: up one dir, main page]

Module resizer

Module resizer 

Source
Expand description

Special kind of structs for resizable actor groups in runtime.

Features:

  • Configuring limits and used strategies for resizers.
  • Strategy based on statistics given by spawned actors.
  • Auto-creation / deletion actors on demand.

Structs§

OptimalSizeExploringResizer
Special struct for scaling up and down actor groups in runtime.

Enums§

UpperBound
An enumeration that describe acceptable upper boundaries for the spawned actors in runtime.
UpscaleStrategy
Determines the strategy for scaling up in runtime.