-
Notifications
You must be signed in to change notification settings - Fork 231
feat(nydusify): After converting the image, if the push operation fails, increase the number of retries. #1703
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1703 +/- ##
==========================================
- Coverage 55.51% 55.45% -0.06%
==========================================
Files 197 197
Lines 55824 55891 +67
Branches 47246 47247 +1
==========================================
+ Hits 30988 30996 +8
- Misses 23234 23288 +54
- Partials 1602 1607 +5
🚀 New features to boost your workflow:
|
ce808b1
to
5c2f710
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We added two retry options, are these necessary for the use case? They might be adding unnecessary complexity to the CLI. :)
I think this parameter is still necessary. When using it, you can decide whether to add it based on your own needs. |
These two parameters should be very important to me.
|
7b946f1
to
297f574
Compare
Please take a look for me again. smoke test doesn't seem to be my problem @imeoer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM!
…ls, increase the number of retries. Signed-off-by: ymy <ymy@zetyun.com>
Details
When the image is too large, during the push process, there might be some issues in the middle, causing a significant amount of time to be spent on conversion each time. To address this problem, a retry mechanism was added during the push process.
Types of changes
Checklist
Go over all the following points, and put an
x
in all the boxes that apply.