Errors #1, #3, #5 from the storage error investigation account for 51.7% of all failures and are transient connection issues. OnyxUtils.retryOperation currently retries immediately with no delay, which is ineffective — the DB connection needs time to recover.
Explore adding exponential backoff or an alternative retry mechanism for these connection-class errors.
Parent issue: #85252
Issue Owner
Current Issue Owner: @leshniak
Errors #1, #3, #5 from the storage error investigation account for 51.7% of all failures and are transient connection issues.
OnyxUtils.retryOperationcurrently retries immediately with no delay, which is ineffective — the DB connection needs time to recover.Explore adding exponential backoff or an alternative retry mechanism for these connection-class errors.
Parent issue: #85252
Issue Owner
Current Issue Owner: @leshniak