Expand description
Auto-scaling functionality for dynamic queue resizing
This module provides automatic queue scaling based on load patterns, allowing the queue to grow during high load and shrink during low load to optimize memory usage.
Structs§
- Auto
Scale Config - Configuration for automatic queue scaling
- Queue
Auto Scaler - Auto-scaler that manages dynamic queue resizing
- Scaling
Metrics - Metrics about the auto-scaling behavior
Enums§
- Scaling
Decision - Decision made by the auto-scaler
- Scaling
Strategy - Scaling strategies with different aggressiveness levels