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
GitHub issues are for bugs. If you have questions, please ask them on the mailing list.
Checklist
Does your title concisely summarize the problem?
Did you include a minimal, reproducible example?
What OS are you using?
What version of Dramatiq are you using?
What did you do?
What did you expect would happen?
What happened?
What OS are you using?
Ubuntu 22.04
What version of Dramatiq are you using?
Dramatiq '1.14.2'
What did you do?
I am using the Sanic framework, with Dramatiq as a queue, but I've encountered two peculiar issues.
I am simply using dramatiq dramatiq_tasks -p 1 -t 1 --log-file /app/log/dramatiq.log. After executing a few times and encountering some simple errors, if I exit and restart, the log file no longer receives any input.
Only the startup log will be displayed, and no further logs will be written.
I start both Sanic and Dramatiq with PM2, but separately. However, I find that Dramatiq cannot receive messages sent from Sanic, even with the official demo.
Issues
GitHub issues are for bugs. If you have questions, please ask them on the mailing list.
Checklist
What OS are you using?
Ubuntu 22.04
What version of Dramatiq are you using?
Dramatiq '1.14.2'
What did you do?
I am using the Sanic framework, with Dramatiq as a queue, but I've encountered two peculiar issues.
Only the startup log will be displayed, and no further logs will be written.
The text was updated successfully, but these errors were encountered: