-
Notifications
You must be signed in to change notification settings - Fork 537
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 --retry and --retry-interval option to retry request until asserts and captures are ok #871
Conversation
3adc307
to
8003375
Compare
8003375
to
3d4c312
Compare
Maybe instead of @jcamiel WDYT? |
I don't know if it's better to have a a maximum retry count, a maximum retry duration, etc... For now I'm going to go with |
To me
My 2 usecases would be: Unreliable endpoint:
Second usecase is:
I also like the |
@Jiehong Thanks for the usecase, I will take these into accounts once the PR is more advance (I need to do prior work on master to make it easier to develop) |
1640111
to
d01add9
Compare
bd1f765
to
c78d09a
Compare
c78d09a
to
43e6f70
Compare
/accept |
🕗 /accept is running, please wait for completion. |
✅ Pull request accepted and closed by |
Add --retry and --retry-interval option to retry request until asserts and captures are ok.
Closes #525.