I'm new to python-rq, this is how I enqueue my jobs:
After I execute ~rq worker~, everything runs normally except that rq trying to use many of my CPUs:
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