Worker queue in redis not reset when restarting?
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 630
- Forks
- 132
- PR merge metrics
- No merged PRs in 30d
Description
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!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the source code that registers and cleans up workers under the Redis key "${namespace}:workers". Reproduce the application restart with a configured worker count, then verify that the Redis worker count does not accumulate across restarts.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, redis
- Domain
- backend, databases, distributed-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100