You've already forked directdnsonly
Add retry and dead-letter queue for failed backend dispatches #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When a zone save or delete is dispatched to multiple backends in parallel, a partial failure (one backend succeeds, another fails) is currently logged and discarded. There is no retry mechanism and no way to recover the failed operation without manual intervention.
Current behaviour:
_process_backends_parallel/_delete_single_backendlog errors and move onProposed solution:
/healthand queue_status endpointsConfig addition: