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
IF
we start watchfiles.watch under a multiprocessing.Manager
AND
we send a SIGTERM
THEN watchfiles.watch leaves behind an orphan process that remains even after the script exits
For now, the workaround is to send a SIGINT or to use the stop_event functionality.
Description
IF
we start
watchfiles.watch
under amultiprocessing.Manager
AND
we send a SIGTERM
THEN
watchfiles.watch
leaves behind an orphan process that remains even after the script exitsFor now, the workaround is to send a SIGINT or to use the
stop_event
functionality.Example Code
Watchfiles Output
Operating System & Architecture
Linux-6.0.12-100.fc35.x86_64-x86_64-with-glibc2.34
#1 SMP PREEMPT_DYNAMIC Thu Dec 8 16:53:55 UTC 2022
Environment
No response
Python & Watchfiles Version
python: 3.10.8 (main, Nov 14 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-3)], watchfiles: 0.18.1
Rust & Cargo Version
No response
The text was updated successfully, but these errors were encountered: