Skip to content

Commit

Permalink
fix: add chunk upload retry warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tjgruber committed Jun 4, 2024
1 parent 31992d2 commit 73130ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Private/Invoke-AzureStorageBlobUpload.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ function Invoke-AzureStorageBlobUpload {
} catch {
Write-Warning "Failed to upload chunk. Attempt $($i + 1) of $RetryCount. Error: $_"
Start-Sleep -Seconds $RetryDelay
Write-Warning "Retrying upload of chunk '$($CurrentChunk)' of '$($ChunkCount)'"
}
}

Expand Down

0 comments on commit 73130ef

Please sign in to comment.