Module bastion::resizer [−][src]
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. |