-
-
Notifications
You must be signed in to change notification settings - Fork 698
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
Observer stops handling events after a while #829
Comments
Getting the same issue. Works like a charm for about 24-36 hours. Then stops responding to events. Running it in PyCharm at the moment over SMB mounts (Hence PollingObserver) and noticing this. My code:
|
I'm running into the same issue. windows 10 |
Just ran into this issue as well. Guess I'll have to restart the observer once in a while. |
Hi, I understand this might be something difficult to troubleshoot: how can I help to dig into this, instrumenting something in |
Just saw the same, |
Same here Windows Server 2016 |
I have a very simple script that observes a directory and sends me some message through rocketchat on FileSystemEvents.
It works as a charm for a while but it stops processing events randomly at some moment. I added a log message that is continuosly printing so I know while loop and sleep are still running... There must be something going on with the
FileSystemEventHandler
OS: Ubuntu 18.08
Python version: 3.8.5
watchdog version: 2.1.3
Code:
Note that I need to pass class
FileWatcher
toHandle
constructor so I can call thesend_status
method which sends a message to a RocketChat Channel.Any idea of what can be happening here?
The text was updated successfully, but these errors were encountered: