Skip to main content

Interface: $Properties

WorkerConfig.AutoscalingPollerBehavior.$Properties

Properties of an AutoscalingPollerBehavior.

Hierarchy

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.