rq-win
rq-win copied to clipboard
TypeError: work() got an unexpected keyword argument 'max_jobs'
using command rqworker -w rq_win.WindowsWorker
got this error
Traceback (most recent call last):
File "D:\xxxx\Scripts\rqworker-script.py", line 11, in
hi i resolve by adding 'max_jobs' argument in work pass in to super
For anyone running into this issue: my pull request (#7) fixes this. You can use my fork until it gets merged in. Update: my fork was merged into this repo.