Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

More aggresively retry failures caused by network issues or 500 level errors #96

@SeriousBug

Description

@SeriousBug

Right now, if a request fails and gandi-live-dns was running in repeat mode, it will be retried. But the wait between the attempts in repeat mode may be too high, causing long delays in the IP address being updated. This also doesn't help when running in oneshot mode.

Instead, gandi-live-dns should immediately retry failed requests. The retry mechanism should include exponential backoff to avoid hitting the server too hard, and should continue to respect the rate limit as if the requests were successful. It should give up after a configurable number of retries.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions