Skip to content
Advertisement

Tag: rq

RQ task from Flask keeps adding to queue

My setup is: Running Redis on docker locally running RQ in virtualenv(rq) running Flask in virtualenv(rq) Goal is to launch RQ tasks by hitting the Flask app. Redis seems to running fine, as does the rq worker (launched by “rq worker”) Simple tasks get queued and done. The simple subprocessed “ls” task2 runs fine. But my subprocessed python does not!

Advertisement