Please describe the feature
As a repository operator, I want database queries to be retried when a retry could be expected to succeed so that we dont react to the error when not neccesary.
Acceptance criteria
Additional context
We should mainly check for connection errors.
We should have retry logic with a backoff policy with configurable values.
Retry logic should be context-aware such that if client cancells request, etc the retry logic should stop.
Estimation of size
small/medium/big
Estimation of priority
low/medium/high
Please describe the feature
As a repository operator, I want database queries to be retried when a retry could be expected to succeed so that we dont react to the error when not neccesary.
Acceptance criteria
Additional context
We should mainly check for connection errors.
We should have retry logic with a backoff policy with configurable values.
Retry logic should be context-aware such that if client cancells request, etc the retry logic should stop.
Estimation of size
small/medium/big
Estimation of priority
low/medium/high