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

Revert "Update file monitor to only use "closed" event" #452

Merged
merged 1 commit into from
Feb 25, 2024
Merged

Revert "Update file monitor to only use "closed" event" #452

merged 1 commit into from
Feb 25, 2024

Conversation

BlakeGardner
Copy link
Contributor

@BlakeGardner BlakeGardner commented Feb 18, 2024

Pull request

CLA

  • I agree that by opening a pull requests I am handing over copyright ownership
    of my work contained in that pull request to the Unmanic project and the project
    owner. My contribution will become licensed under the same license as the overall project.
    This extends upon paragraph 11 of the Terms & Conditions stipulated in the GPL v3.0

Checklist

  • I have ensured that my pull request is being opened to merge into the staging branch.

  • I have ensured that all new python file contributions contain the correct header as
    stipulated in the Contributing Docs.

Description of the pull request

This reverts a previously merged PR that after further testing on bare metal linux, Docker and MacOS the behavior is not consistent across all operating systems and runtimes. In some cases the file change is not picked up by just the closed filesystem event, which may explain why the original version of this code has both events.

This is to prevent breaking Unmanic for people who already rely on the file monitor.

@Josh5 Josh5 merged commit d0b4e99 into Unmanic:staging Feb 25, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants