Friday, 16 April 2021

Python-rq takes unreasonably high CPU usage

I'm new to python-rq, this is how I enqueue my jobs:

enter image description here

After I execute ~rq worker~, everything runs normally except that rq trying to use many of my CPUs: enter image description here

Normally the job I executed only takes 100% CPU, which is one CPU core. But this one is taking more than 30 CPU cores. I have no idea why is this happening and how could I fix this?



from Python-rq takes unreasonably high CPU usage

No comments:

Post a Comment