Skip to content

Add retry logic for transient connection failures #55

@thomhurst

Description

@thomhurst

When connecting to the Docker daemon, transient network errors can cause failures that would succeed on retry.

Would be useful to have built-in retry support with:

  • Configurable max retries
  • Exponential backoff with jitter
  • Only retry on transient errors (connection refused, timeout, etc.)

This would make the client more resilient, especially in containerized environments where the Docker socket might not be immediately available.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions