Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
meshery
/
meshkit
Public
Notifications
You must be signed in to change notification settings
Fork
219
Star
211
Code
Issues
31
Pull requests
48
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
[retry] Add centralized retry/backoff abstraction
- #1007
#1007
Open
Pranav-d33
wants to merge 12 commits into
meshery:master
meshery/meshkit:master
from
Pranav-d33:feat/retry-backoff-abstraction
Pranav-d33/meshkit:feat/retry-backoff-abstraction
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Open
[retry] Add centralized retry/backoff abstraction
#1007
Pranav-d33
wants to merge 12 commits into
meshery:master
meshery/meshkit:master
from
Pranav-d33:feat/retry-backoff-abstraction
Pranav-d33/meshkit:feat/retry-backoff-abstraction
Copy head branch name to clipboard
Commits
Commits on May 13, 2026
[retry] Add centralized retry/backoff abstraction
Show description for 02affd4
Pranav-d33
committed
02affd4
View commit details
Copy full SHA for 02affd4
Browse repository at this point
Update retry/retry.go
Show description for 3f5e74e
Pranav-d33
and
gemini-code-assist[bot]
authored
3f5e74e
View commit details
Copy full SHA for 3f5e74e
Browse repository at this point
Update retry/retry_test.go
Show description for f189bc6
Pranav-d33
and
gemini-code-assist[bot]
authored
f189bc6
View commit details
Copy full SHA for f189bc6
Browse repository at this point
Address review comments on retry abstraction
Show description for 6e8e9e7
Pranav-d33
committed
6e8e9e7
View commit details
Copy full SHA for 6e8e9e7
Browse repository at this point
test: add test for doubly-wrapped Permanent errors
Show description for 702f0a1
Pranav-d33
committed
702f0a1
View commit details
Copy full SHA for 702f0a1
Browse repository at this point
Commits on May 14, 2026
[retry] Standardize package conventions
Show description for 08b2ca7
Pranav-d33
committed
08b2ca7
View commit details
Copy full SHA for 08b2ca7
Browse repository at this point
Commits on May 16, 2026
Migrate retry package to backoff v5
Show description for 628892a
Pranav-d33
committed
628892a
View commit details
Copy full SHA for 628892a
Browse repository at this point
Add input validation to WithMultiplier and WithJitter
Show description for eba9ca5
Pranav-d33
committed
eba9ca5
View commit details
Copy full SHA for eba9ca5
Browse repository at this point
Commits on May 19, 2026
retry: drop unnecessary uint64->uint cast by aligning Config.MaxAttempts type with backoff library
Show description for 1718c39
Pranav-d33
committed
1718c39
View commit details
Copy full SHA for 1718c39
Browse repository at this point
Commits on May 26, 2026
Merge branch 'master' into feat/retry-backoff-abstraction
leecalcote
authored
df31ddc
View commit details
Copy full SHA for df31ddc
Browse repository at this point
Commits on May 30, 2026
retry: add ErrorClassifier hook, config validation, remove PermanentError alias
Show description for 0deb97d
Pranav-d33
committed
0deb97d
View commit details
Copy full SHA for 0deb97d
Browse repository at this point
Commits on Jun 1, 2026
retry: return meshkit errors, add ErrInvalidConfig sentinel, add ExampleWithErrorClassifier
Show description for cfcf5b4
Pranav-d33
committed
cfcf5b4
View commit details
Copy full SHA for cfcf5b4
Browse repository at this point
You can’t perform that action at this time.