First step is important since windows does not support "fork" and AttributeError will arise.
$ pip install git+https://github.com/michaelbrooks/rq-win.git#egg=rq-win
$ redis-server --port 6380
$ rqworker -w rq_win.WindowsWorker
$ flask run
First step is important since windows does not support "fork" and AttributeError will arise.
$ pip install git+https://github.com/michaelbrooks/rq-win.git#egg=rq-win
$ redis-server --port 6380
$ rqworker -w rq_win.WindowsWorker
$ flask run