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 two new parameters for more flexability #21

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

Conversation

TreantBG
Copy link

@TreantBG TreantBG commented Sep 8, 2018

i needed some features in my projects so i adjust it to my needs.

I have added two parameters :
- default_return - is some cases i just want to return some value even on failure
- configuration class - i want to be able to change dynamically repeat times and delay.
for example when i write tests i don't want to wait 2 sec. So i create Singleton class of RetryConfiguration and change it when i begin testing. May serve other purposes for dynamic configuration change.

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