Skip to content

add: Doc for Smart Retry Middleware #460

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

GefMar
Copy link
Contributor

@GefMar GefMar commented May 6, 2025

No description provided.

* **Delay Before Retry**: Define a fixed delay or use additional strategies.
* **Jitter**: Adds random delay variations to distribute retries evenly and prevent simultaneous task execution.
* **Exponential Backoff**: Increases the delay for each subsequent retry, useful for gradually recovering system performance.
* **Custom Schedule Source (`schedule_source`)**: Enables using a custom schedule source, such as an external queue or service, to manage delayed task execution.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"...custom schedule source, such as an external queue..."
let's remove external queue from there

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FIX

@GefMar GefMar requested a review from s3rius May 8, 2025 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants