Module: KustoConstants::ResourceCache

Defined in:
lib/fluent/plugin/kusto_constants.rb

Overview

Resource caching and client management constants

Constant Summary collapse

BASE_CACHE_TTL_SECONDS =

Base TTL for resource cache in seconds (6 hours)

21_600
CACHE_TTL_JITTER_SECONDS =

Maximum jitter for cache TTL in seconds (±30 minutes)

1800