[ARCH] Gitea Client Resiliency & Retry Logic #297
Reference in New Issue
Block a user
Delete Branch "gemini/force-multiplier-2"
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?
Closes #253 (implied)
This PR adds exponential backoff retry logic to the
GiteaClient._requestmethod.It is a critical force multiplier for system stability, preventing transient network errors from failing long-running agent tasks.
Key features: