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
I use pdm to run taskiq like this: pdm run taskiq worker tasks.taskiq.broker:broker -fsd --tasks-pattern="tasks/taskiq/tasks/*.py" --max-async-tasks=100 --hardkill-count=1 --wait-tasks-timeout=25
After a while I entered ctrl+c, then it stubbed. The console printted "Shutting down the broker", but it wouldn't exit forever. I used ps -ef | grep taskiq, the taskiq process was still there.
This issue seems to occur only after the process has been running for a while. If I press Ctrl+C immediately after starting the process, the process exits successfully.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I use pdm to run taskiq like this:
pdm run taskiq worker tasks.taskiq.broker:broker -fsd --tasks-pattern="tasks/taskiq/tasks/*.py" --max-async-tasks=100 --hardkill-count=1 --wait-tasks-timeout=25
After a while I entered ctrl+c, then it stubbed. The console printted "Shutting down the broker", but it wouldn't exit forever. I used

ps -ef | grep taskiq
, the taskiq process was still there.This issue seems to occur only after the process has been running for a while. If I press Ctrl+C immediately after starting the process, the process exits successfully.
Beta Was this translation helpful? Give feedback.
All reactions