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 retry with timeout #76

Merged
merged 1 commit into from
Nov 2, 2020
Merged

Add retry with timeout #76

merged 1 commit into from
Nov 2, 2020

Commits on Nov 2, 2020

  1. Add retry with timeout

    In this patch, we add the retry function, it retries cmd with
    timeout after the cmd excuted failed.
    
    Every retries cmd will sleep 2**times, and now we set the
    retry times to 3.
    Yikun committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    b916e36 View commit details
    Browse the repository at this point in the history