Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Remove the max_elapsed_time limit from az_copy #2332

Merged
merged 3 commits into from
Sep 1, 2022

Conversation

chkeita
Copy link
Contributor

@chkeita chkeita commented Aug 31, 2022

This PR fixes the issue with az_copy syncing. The failure were caused by the fact that the files were being modified while the we were syncing them.
However, The retry mechanism that should have allowed us to attempt the copy again was not triggered because the syncing operation is taking too long (more than 15 min which was the default max elapsed time).

This PR remove the max_elapsed_time limit and only relies on the RETRY_COUNT to limit the number of attempts at syncing.

closes #2160

The code still relies on the number of retry to limit the requests
@chkeita chkeita enabled auto-merge (squash) August 31, 2022 22:59
@chkeita chkeita disabled auto-merge August 31, 2022 23:05
@chkeita chkeita enabled auto-merge (squash) September 1, 2022 00:16
@chkeita chkeita merged commit b737dcd into microsoft:main Sep 1, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Oct 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Non fatal errors in azcopy are causing a failure of the tasks
3 participants