Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

(PE-37481) Add retry with exponential backoff when error 32 (file in use on windows) occurs #345

Closed
wants to merge 5 commits into from

Conversation

tlehman
Copy link

@tlehman tlehman commented Feb 20, 2024

This PR adds:

  • Instructions for running the tests
  • A retry loop with exponential backoff (100ms up to 5 times, doubling each time) when there's a system error 32
    • This is to avoid having to make windows-specific code

@tlehman tlehman requested a review from a team as a code owner February 20, 2024 20:24
@tlehman tlehman closed this Mar 1, 2024
@tlehman
Copy link
Author

tlehman commented Mar 1, 2024

Closing this in favor of a retry loop at the pxp-agent level. This logic doesn't belong in leatherman.

@tlehman tlehman deleted the PE37481 branch March 1, 2024 23:56
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.

2 participants