2025.02.00 SP21
|
Important Note - New Helm Chart Parameters
|
Information Router 2.0.7
General notes
-
Following non-mandatory params are new in helm config. They can be adjusted if needed:
-
local.resiliencyConfiguration.maxDelay: Maximum cumulative backoff delay between retries of HTTP clients (default: "00:00:15") -
local.resiliencyConfiguration.delay: Base delay between retries for HTTP clients (default: "00:00:02") -
local.resiliencyConfiguration.maxRetryAttempts: Maximum number of retry attempts for HTTP clients (default: "3") -
local.resiliencyConfiguration.totalRequestTimeout: Overall timeout for the entire request including retries (default: "00:00:30") -
local.resiliencyConfiguration.attemptTimeout: Timeout for a single attempt of a HTTP client (per try) (default: "00:00:10")
-