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
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
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 }}
marcominerva
/
SimpleRetry
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Add HTTP retry support
- #2
#2
Merged
marcominerva
merged 19 commits into
master
marcominerva/SimpleRetry:master
from
timeout
marcominerva/SimpleRetry:timeout
Copy head branch name to clipboard
Sep 14, 2026
Conversation
Commits
19
(19)
Checks
Files changed
Merged
Add HTTP retry support
#2
marcominerva
merged 19 commits into
master
marcominerva/SimpleRetry:master
from
timeout
marcominerva/SimpleRetry:timeout
Copy head branch name to clipboard
Commits
Commits on Sep 1, 2026
Added timeout property
marcominerva
committed
ae85afa
View commit details
Copy full SHA for ae85afa
Browse repository at this point
Rename RequestTimeout to AttemptTimeout; update tests
Show description for 23395d4
marcominerva
committed
23395d4
View commit details
Copy full SHA for 23395d4
Browse repository at this point
Rename namespace to SimpleRetry; update docs and usages
Show description for 2b91be6
marcominerva
committed
2b91be6
View commit details
Copy full SHA for 2b91be6
Browse repository at this point
Add StandardResilienceHandler and AddHttpSimpleRetry
Show description for ff018eb
marcominerva
committed
ff018eb
View commit details
Copy full SHA for ff018eb
Browse repository at this point
Commits on Sep 2, 2026
Refactor retry logic to use RetryOutcome struct
Show description for 4bf36db
marcominerva
committed
4bf36db
View commit details
Copy full SHA for 4bf36db
Browse repository at this point
Merge branch 'outcome' into timeout
Show description for f1cbade
marcominerva
committed
f1cbade
View commit details
Copy full SHA for f1cbade
Browse repository at this point
Refactor HTTP retry logic into dedicated handler
Show description for df38534
marcominerva
committed
df38534
View commit details
Copy full SHA for df38534
Browse repository at this point
Document new result-based retry features and options
Show description for 810156e
marcominerva
committed
810156e
View commit details
Copy full SHA for 810156e
Browse repository at this point
Safely invoke ShouldHandle, default to retry if null
Show description for 9ef3340
marcominerva
committed
9ef3340
View commit details
Copy full SHA for 9ef3340
Browse repository at this point
Commits on Sep 4, 2026
Change RetryOutcome ctor param order for clarity
Show description for 97511ac
marcominerva
committed
97511ac
View commit details
Copy full SHA for 97511ac
Browse repository at this point
Remove <inheritdoc /> from ExecuteAsync methods
Show description for 48af1f9
marcominerva
committed
48af1f9
View commit details
Copy full SHA for 48af1f9
Browse repository at this point
Target net8.0/net9.0; update deps; set LangVersion to latest
Show description for 7b8a54d
marcominerva
committed
7b8a54d
View commit details
Copy full SHA for 7b8a54d
Browse repository at this point
Commits on Sep 7, 2026
Refactor timeout logic in DefaultRetryExecutor
Show description for 23d0a11
marcominerva
committed
23d0a11
View commit details
Copy full SHA for 23d0a11
Browse repository at this point
Increase MaxRetryCount to 3 in retry logic test
Show description for 2c77e75
marcominerva
committed
2c77e75
View commit details
Copy full SHA for 2c77e75
Browse repository at this point
Commits on Sep 10, 2026
Add centralized build props and GitVersioning config
Show description for 48469c8
marcominerva
committed
48469c8
View commit details
Copy full SHA for 48469c8
Browse repository at this point
Commits on Sep 11, 2026
Add options for buffering and cloning requests in retries
Show description for 4c18db3
marcominerva
committed
4c18db3
View commit details
Copy full SHA for 4c18db3
Browse repository at this point
Commits on Sep 14, 2026
Improve pattern matching and nullability annotations
Show description for e84dfe8
marcominerva
committed
e84dfe8
View commit details
Copy full SHA for e84dfe8
Browse repository at this point
Merge commit
marcominerva
committed
4841d71
View commit details
Copy full SHA for 4841d71
Browse repository at this point
Refactor AddRetryExecutor to block-bodied method
Show description for 4825dd1
marcominerva
committed
4825dd1
View commit details
Copy full SHA for 4825dd1
Browse repository at this point
You can’t perform that action at this time.