Whenever we are trying to see queue info using rq info -u <<redis_url>>
command, we are getting lots of extra entries like this -
a331d42408099f7e5ec9c5864 (None None): ?
c352af4c2385cdf320d7b74897 (None None): ?
134174815b44c44d706417eb0 (None None): ?
7b3314c8696c483b3a0a08a27 (None None): ?
15f1bb4bc78f1465076d638b5e (None None): ?
They do not belong to any queue and they are just hanging in there. Questions are -
What are they?
How to clear them from redis?
More details - python jobs are queued in redis. rq, version 1.5.0 python 3.x