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

Add option to use a fallback file watcher on Windows #58

Merged
merged 3 commits into from
Dec 12, 2023

Conversation

eminizer
Copy link
Contributor

This PR adds a new flag for a DataFileUploadDirectory ("--use_polling_observer") that let's a user specify to use watchdog's fallback PollingObserver instead of the default Observer for monitoring changes to directories. This is the best way to monitor directories on filesystems other than NTFS.

@eminizer eminizer linked an issue Dec 12, 2023 that may be closed by this pull request
@eminizer eminizer merged commit 7ae4a12 into main Dec 12, 2023
5 checks passed
@eminizer eminizer deleted the polling_observer branch December 12, 2023 20:12
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.

Watchdog shortcoming with Windows
1 participant