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

support user overrides of api retry failure attempts/duration #1084

Merged
merged 3 commits into from
Feb 1, 2025

Conversation

jdknight
Copy link
Member

@jdknight jdknight commented Feb 1, 2025

There are select scenarios where this extension may retry a failed API event when publishing. The original implementation included a fixed retry attempt (max three attempts) and a retry duration of four seconds.

To make things more flexible for users, these options are now configurable from the project configuration.

There are select scenarios where this extension may retry a failed API
event when publishing. The original implementation included a fixed
retry attempt (max three attempts) and a retry duration of four seconds.

To make things more flexible for users, these options are now
configurable from the project configuration.

Signed-off-by: James Knight <[email protected]>
@jdknight jdknight merged commit 28f40f3 into main Feb 1, 2025
30 checks passed
@jdknight jdknight deleted the support-user-override-api-retry-count-duration branch February 1, 2025 07:33
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.

1 participant