datadog-ux-utils Documentation - v1.0.0
Preparing search index...
api/rateGuard
GuardOverflowStrategy
Type Alias GuardOverflowStrategy
GuardOverflowStrategy
:
"block"
|
"queue"
|
"drop"
Strategy when API rate limit is exceeded.
"block": immediately reject and do NOT call the API (default)
"queue": delay the call until the block window ends
"drop": silently drop and resolve to undefined
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
datadog-ux-utils Documentation - v1.0.0
Loading...
Strategy when API rate limit is exceeded.