Interface: IAutoscalingPollerBehavior
v1.WorkerConfig.IAutoscalingPollerBehavior
Properties of an AutoscalingPollerBehavior.
Implemented by
Properties
initialPollers
• Optional
initialPollers: null
| number
This many polls will be attempted initially before scaling kicks in. Must be between
minimum
and maximum
.
maxPollers
• Optional
maxPollers: null
| number
At most this many poll calls will ever be open at once. Must be >= minimum
.
minPollers
• Optional
minPollers: null
| number
At least this many poll calls will always be attempted (assuming slots are available). Cannot be zero.