Skip to content
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

Add exponential backoff #243

Merged
merged 11 commits into from
Apr 28, 2023
Merged

Add exponential backoff #243

merged 11 commits into from
Apr 28, 2023

Conversation

jonasae
Copy link
Contributor

@jonasae jonasae commented Apr 24, 2023

🎩 What?

Add retry policy to the subscriptions (exponential backoff).

🤔 Why?

This feature allows to configure either a global (per project) retry policy or at subscription level, allowing us leveraging how we want the subscriptions to behave (retry wise) when worker fails processing a message.

More info about the feature here.

🔗 Related issue

#222

rele/retry_policy.py Outdated Show resolved Hide resolved
@jonasae jonasae merged commit 6084bdb into master Apr 28, 2023
@jonasae jonasae deleted the add-exponential-backoff branch April 28, 2023 09:00
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.

4 participants