-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
feature request: auto retry + skip #76
Comments
makes sense, thanks for the sharing the suggestion. |
Additionally, if you want to contribute with this feature then feel free to pick it up! :) |
@AkashRajpurohit Got it. Since the project is new for me, I don’t have enough time to work on it now. But I may take it next week if I have free time then. |
@AkashRajpurohit Thanks for implementing my request feature! BTW, I belive there must be a problem related the retry: Line 79 in 9ebbaf6
The I don't have a computer with golang setup now. I will submit the PR tomorrow (but if you have time, feel free to fix it by yourself). |
Nice catch, thanks for pointing this out. |
@all-contributors please add @ImSingee for ideas. |
I've put up a pull request to add @ImSingee! 🎉 |
Describe the feature or enhancement
Now, if cloning of any repo fails, the program exits immediately.
Sometimes, this is a permission problem, and sometimes a temporary network issue or rate limit error.
I hope if there's an error occurs, it should be auto-retry for some time (to prevent temporary error), and if it's still error after the maximum retry time, simply skip it and handle next repo (not exit the whole program).
The text was updated successfully, but these errors were encountered: