yeahoffline / redis-mock

Node.js redis client mock
213 stars 111 forks source link

Kue jobs are never processed #25

Open dpoetzsch opened 7 years ago

dpoetzsch commented 7 years ago

Hi,

I'd like to use redis-mock in a testing environment to stub the redis database behind kue. However, I noticed that kue jobs are never processed when using redis-mock. I created a minimal example that demonstrates the issue under https://github.com/dpoetzsch/kue-redis-mock-example.

Maybe you have an idea why jobs are never processed?

zegervdv commented 7 years ago

Have you made any progress on this issue? I am seeing the same problem.