gresrun / gresrun/jesque

Worker queue in redis not reset when restarting?

Open
#144 0 comments 2 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.