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?
Hi,
I'd like to use
redis-mock
in a testing environment to stub the redis database behindkue
. 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?