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

fix retry meaning. Use the same one across all lifecycle. #10

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

Conversation

huangyg11
Copy link

see commit message for details.

1. the origin retrycount variable is not exactly stand for retry times. Take retrycount = 1 for example. That means I want try 2 times. But the origin only try one times.
2. When it is the last try, it should not wait retrydelay to return.
3. retrydelay, and retry times should be changable in  each lock.
@joni2back
Copy link
Contributor

👍

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.

None yet

2 participants