-
-
Notifications
You must be signed in to change notification settings - Fork 197
Worker process interrupted #225
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
Comments
Can you enable DEBUG logging to see where the error might be? |
hmm, I do have following setting turned on for debug mode in settings, but I don't see errors that lead to the worker interruption issue. Anywhere elese I can enable DEBUG logging? thanks!
|
Can you supply taskiq worker cli with Like |
I'm using docker-compose to start the worker like following: taskiq-worker:
<<: *main_app
labels: []
command:
- taskiq
- worker
- -fsd
- my_app.tkq:broker to add log-level , is following correct? taskiq-worker:
<<: *main_app
labels: []
command:
- taskiq
- worker
- -fsd
- --log-level DEBUG
- my_app.tkq:broker
|
Yes, should be correct. |
I use taskiq with ListQueueBroker (backed by reddis).
In the log, I see a lots of worker process interrupted:
Is there a way to keep the worker and broker keep running?
The text was updated successfully, but these errors were encountered: