Skip to main content
Version: Next

StorageBackendLoadSignalOptions

Tuning for the built-in storage backend (rate-limit) load signal, as accepted both by StorageBackendLoadSignal and by the storageBackend shorthand on LoadSignalsOptions.

Index

Properties

optionalmaxErrors

maxErrors?: number = 3

Defines the maximum number of new rate limit errors within the given interval.

optionaloverloadedRatio

overloadedRatio?: number = 0.3

Maximum ratio of overloaded snapshots in a sample before the storage backend counts as overloaded.

optionalsnapshotIntervalSecs

snapshotIntervalSecs?: number = 1

Defines the interval of checking the current state of the storage backend, in seconds.