Reputation: 428
I was testing out RQ (Redis-Queue) when after running the command rqworker and testing some things out I ended up rebooting my computer without gracefull shuting down the worker.
Now whether or not I have rqworker running there is a constant worker in the background named Ubuntu.4497 in idle state.
Can someone tell me how to gracefully shutdown this worker that seems to be running in the background ?
44497 is not the PID because I cant find anything with the PID 4497
Upvotes: 1
Views: 3049
Reputation: 428
RQ main dev stated that its a bug. https://github.com/nvie/rq/issues/55
Upvotes: 2