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

Maximum Retry Option #2865

Open
awilbourn opened this issue Nov 14, 2024 · 0 comments
Open

Maximum Retry Option #2865

awilbourn opened this issue Nov 14, 2024 · 0 comments

Comments

@awilbourn
Copy link

In trying to use azcopy for a migration of files from on-premise to Azure storage we are finding that toward the end of the copy process at times the last few files that are to be copied hang and are retried many times before it fails. This wastes a lot of time. After a batch job completes we can look at the error files and copy them one by one with azcopy. So to help with the total time it takes to copy more than a million files, 177 GB total, it would be helpful to have an option to limit the retries per file. Our approach is to get files sync'd before a cut over process, but even to use the options to only copy files since a certain date is having issues. We have a plan for work around, but if this option where there we can estimate better on go live if we know the process is not to keep retrying files which wastes time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants