Enhanced Error Handling and Retry Logic #31
Labels
No labels
Epic
Feature Request
HOLD
audit
automerge
bug
dependencies
documentation
duplicate
good first issue
help wanted
invalid
question
release
security
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
NiXTheDev/regexYbot#31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Improve error handling with granular error types and smarter retry logic.
Current Issues
Implementation
Create custom error hierarchy:
Implement smart retry with:
Improve user-facing error messages:
Add error aggregation and alerting
Testing
Handled by auto-retry plugin, it handles all network related errors(i.e. 429, 5xx, timeouts and alike)
Can be downgraded to a warn, or more likely debug, just a notice that the user is rate-limited and attempted to submit more sed commands, not critical
Will require external service connection and configuration, for ex. gotify
Infra-less services like WirePusher and Ntfy do exist, but i'm skeptical about them