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

dvc-10427 Always Clean the Workers on Shutdown. #10552

Commits on Sep 11, 2024

  1. dvc-10427 Always clean the workers on shutdown.

    In order to effectively remove the obsolete files in
    `FSApp.data_folder_in` we need to call `clean` for each worker. This
    should be a fairly safe operation as `_gc` will exclude from cleaning
    non expired messages.
    
    Check sibling PR on `dvc-task` for clarifications.
    nablabits committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    28be3be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d1d5b7 View commit details
    Browse the repository at this point in the history