Skip to content

Add retries to worker health check #1009

@SantiagoPittella

Description

@SantiagoPittella

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions