rateLimitWarningThreshold property

Duration? rateLimitWarningThreshold
final

The threshold after which a warning will be logged if a request is waiting for rate limits.

If this value is null, no warnings are emitted when a long rate limit is encountered.

This value is also used to prevent log spam. Requests will only emit a warning once per rateLimitWarningThreshold, even if they are rate limited multiple times during that period.

Implementation

final Duration? rateLimitWarningThreshold;