mirror of
https://github.com/vinta/awesome-python.git
synced 2026-06-11 06:17:06 -05:00
[PR #2806] [CLOSED] Add reflexio to Distributed Computing section #15809
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?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2806
Author: @aponysus
Created: 11/23/2025
Status: ❌ Closed
Base:
master← Head:add-reflexio📝 Commits (2)
8b4970cAdd reflexio to Miscellaneous sectionbb9cb3eReclassify Reflexio under Distributed Computing📊 Changes
1 file changed (+2 additions, -1 deletions)
View changed files
📝
README.md(+2 -1)📄 Description
What is this Python project?
Reflexio is a retry library for Python that classifies failures into error classes and applies different retry strategies per class. It supports both synchronous and asynchronous code.
What's the difference between this Python project and similar ones?
Existing retry libraries such as Tenacity and backoff generally apply a single
backoff model and treat all exceptions uniformly. Reflexio takes a different
approach:
fixed delay, fail-fast, or no retry).
sleep duration, error class, strategy).
to reason about.
GitHub: https://github.com/aponysus/reflexio
Documentation: https://aponysus.github.io/reflexio/
Anyone who agrees with this pull request could submit an Approve review to it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.