-
Notifications
You must be signed in to change notification settings - Fork 254
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
镜像仓库同步重试3次失败,期望跳过此仓库,继续同步。 #152
Comments
现在所有同步任务会并行执行,如果发生错误会默认再重试两次(可在命令行修改 retries)。这个是否满足您的需求? 是否可以将需求描述的更加完整一些,便于我们看看如何更好支持。多谢! |
是有重试的,我也增加了重试3次,但3次后就阻塞退出了。期望是重试失败,跳过继续运行。 |
我试着复现问题
|
是完整的日志。官方下载的版本,版本是1.5.4 |
You can try v1.5.5 ./image-syncer --auth=auth.json --images=images.yaml --proc=3 --retries=3 |
镜像仓库同步重试3次失败,期望跳过此仓库,继续同步。输出同步失败的仓库日志到文件。便运维人员排查。
The text was updated successfully, but these errors were encountered: