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

Reset retries after each attempt #9

Closed
wants to merge 1 commit into from
Closed

Reset retries after each attempt #9

wants to merge 1 commit into from

Conversation

liornoy
Copy link

@liornoy liornoy commented Feb 16, 2023

This commit adds a logic that resets the retries count after 3 retries, thus the new backend attempt will start with 0 retries.

Changed the Context's value to RequestDetails struct which holds a map to hold both values - Attempts and Retries.

fix #8

This commit adds a logic that resets the retries count after
3 retries, thus the new backend attempt will start with 0 retries.

Changed the Context's value to RequestDetails struct which holds
a map to hold both values - Attempts and Retries.

fix #8
@liornoy liornoy closed this Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant