-
Notifications
You must be signed in to change notification settings - Fork 115
Closed
Milestone
Description
What should be done?
In the proxy, we should be able to define a number of retries for the health check before removing it from the list of available.
Also, health checks are being performed sequentially, we need to change the implementation to use parallel execution for this.
How should it be done?
- Add a parameter that can be configured from the CLI with the amount of retries.
- Implement the retry logic.
- Refactor health check calls to run in parallel.
When is this task done?
The task is done when a retry policy is in place and check calls are not sequential anymore.
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels