Flask-RQ2 icon indicating copy to clipboard operation
Flask-RQ2 copied to clipboard

flask rq worker is broken by rq 2.3.3

Open juur opened this issue 8 months ago • 2 comments

Latest version of rq causes below error to "flask rq worker":

AttributeError: module 'rq.cli.cli' has no attribute 'worker'

I assume this is due to be changes from 2.3.2 to 2.3.3 of rq.

juur avatar May 14 '25 11:05 juur

This is quite annoying. Guess there should be a max version in the setup file ?

mickkn avatar May 16 '25 12:05 mickkn

I think it's because of this commit https://github.com/rq/rq/commit/e4cefa50b7f27c9bdb69fe793fad2434a6a25a6a

addrians avatar Jun 04 '25 13:06 addrians