gresrun / jesque

An implementation of Resque in Java.
http://gresrun.github.io/jesque
Apache License 2.0
628 stars 131 forks source link

Worker queue in redis not reset when restarting? #144

Open funcy1122 opened 6 years ago

funcy1122 commented 6 years ago

When I first run a application in my computer, I found the same number of workers as I set in the redis,the key is "${namespace}:workers";but when I restart, I found that the number of workers has increased, double the number of worker I set. And in the source,I can find the code to clean up the worker in redis.

Thanks!