jesque icon indicating copy to clipboard operation
jesque copied to clipboard

Worker queue in redis not reset when restarting?

Open funcy1122 opened this issue 6 years ago • 0 comments

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!

funcy1122 avatar Jul 10 '18 02:07 funcy1122