You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I've written a python app that monitors a local folder.
New/modified events correctly fire when files added or modified in the watched folder structure.
I've since added in some delete functionality, which also works well.
However, I'm now getting a number of file deleted events being generated when some new/modified files are detected.
Info on current setup:
OS: Windows Server 2016
Python Version: 3.12.5
Watchdog Version: 5.0.2
On one of the recent occurrences 6495 files were created/modified and 261 delete events got generated (no files were actually deleted to raise the event).
Has anyone else had this problem?
Could it be down to the "quirks" of Windows INotify?
Any ideas of how to resolve and/or diagnose the cause?
Thanks,
Richie
The text was updated successfully, but these errors were encountered:
Hi,
I've written a python app that monitors a local folder.
New/modified events correctly fire when files added or modified in the watched folder structure.
I've since added in some delete functionality, which also works well.
However, I'm now getting a number of file deleted events being generated when some new/modified files are detected.
Info on current setup:
OS: Windows Server 2016
Python Version: 3.12.5
Watchdog Version: 5.0.2
On one of the recent occurrences 6495 files were created/modified and 261 delete events got generated (no files were actually deleted to raise the event).
Has anyone else had this problem?
Could it be down to the "quirks" of Windows INotify?
Any ideas of how to resolve and/or diagnose the cause?
Thanks,
Richie
The text was updated successfully, but these errors were encountered: