jesque
jesque copied to clipboard
Worker queue in redis not reset when restarting?
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!