We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GitHub issues are for bugs. If you have questions, please ask them on the mailing list.
Mac OS Sequoia
1.17.0 Using django-dramatiq ^0.11.5 as well.
With python versions > 3.12.3 it seems like watchdog version 5.0.X gets used and its causing the error
Should not be detecting changes.
Pinning to watchdog 4.0.x fixes it.
worker-1 | [2024-10-02 16:18:01,434] [PID 1] [Thread-1] [SourceChangesHandler] [INFO] Detected changes to '.....py'. worker-1 | [2024-10-02 16:18:01,434] [PID 1] [MainThread] [dramatiq.MainProcess] [INFO] Sending signal 1 to subprocesses... worker-1 | [2024-10-02 16:18:01,435] [dramatiq.WorkerProcess(1)] [INFO] - Stopping worker process... worker-1 | [2024-10-02 16:18:01,435] [dramatiq.WorkerProcess(0)] [INFO] - Stopping worker process...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issues
GitHub issues are for bugs. If you have questions, please ask them on the mailing list.
Checklist
What OS are you using?
Mac OS Sequoia
What version of Dramatiq are you using?
1.17.0
Using django-dramatiq ^0.11.5 as well.
What did you do?
With python versions > 3.12.3 it seems like watchdog version 5.0.X gets used and its causing the error
What did you expect would happen?
Should not be detecting changes.
Pinning to watchdog 4.0.x fixes it.
What happened?
worker-1 | [2024-10-02 16:18:01,434] [PID 1] [Thread-1] [SourceChangesHandler] [INFO] Detected changes to '.....py'.
worker-1 | [2024-10-02 16:18:01,434] [PID 1] [MainThread] [dramatiq.MainProcess] [INFO] Sending signal 1 to subprocesses...
worker-1 | [2024-10-02 16:18:01,435] [dramatiq.WorkerProcess(1)] [INFO] - Stopping worker process...
worker-1 | [2024-10-02 16:18:01,435] [dramatiq.WorkerProcess(0)] [INFO] - Stopping worker process...
The text was updated successfully, but these errors were encountered: