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
Running the simple example.py with dramatiq --watch . example will show the following warning on file changes:
/home/.pyenv/versions/3.12.1/lib/python3.12/multiprocessing/resource_tracker.py:254: UserWarning: resource_tracker: There appear to be 51 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
What OS are you using?
MacOS Ventura
What version of Dramatiq are you using?
v1.15.0 (pip install)
What did you do?
Just run the simple example
What did you expect would happen?
No warnings about memory leaks
What happened?
Wether using python 3.12.1 or 3.10.13 the warning is shown on restart due to file change.
Stopping the app via Ctrl-C will shutdown without any warnings
The text was updated successfully, but these errors were encountered:
Issues
Running the simple
example.py
withdramatiq --watch . example
will show the following warning on file changes:What OS are you using?
MacOS Ventura
What version of Dramatiq are you using?
v1.15.0 (pip install)
What did you do?
Just run the simple example
What did you expect would happen?
No warnings about memory leaks
What happened?
Wether using python 3.12.1 or 3.10.13 the warning is shown on restart due to file change.
Stopping the app via Ctrl-C will shutdown without any warnings
The text was updated successfully, but these errors were encountered: