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

[tf] AtomicRenameUtil - add short retry period on windows #2570

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Commits on Aug 14, 2024

  1. [tf] AtomicRenameUtil - add short retry period on windows

    On windows, things like virus checkers and indexing service can often grab
    a handle to newly-created files; they usually release them fairly quickly,
    though, so just need a short retry period
    
    Closes:
    PixarAnimationStudios#2141
    pmolodo committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    6551d28 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. [tf] AtomicRenameUtil - enforce maximum values for TF_FILE_LOCK_NUM_R…

    …ETRIES and TF_FILE_LOCK_RETRY_WAIT_MS,
    pmolodo committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    070245f View commit details
    Browse the repository at this point in the history