rq icon indicating copy to clipboard operation
rq copied to clipboard

Simple job queues for Python

Results 212 rq issues
Sort by recently updated
recently updated
newest added

hi @selwin I seem to have encountered a problem use: ``` queue = Queue('xxx) workers = Worker.all(queue=queue) for worker in workers: print(worker.name) ``` Unable to find corresponding worker But when...

Hi guys, I am simulating a system failure: I setup a test server on AWS, ran a couple of tasks that take long time using RQ, then stop instance from...