Make AsyncTaskQueue thread count configurable
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 2.9k
- Forks
- 339
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 52
Description
Description
Currently, the AsyncTaskQueue uses a fixed number of threads (e.g., RSAsyncTask0, RSAsyncTask1, RSAsyncTask2, RSAsyncTask3). This request is to make the thread count dynamically configurable, similar to how ObDedupQueue is handled.
Proposed Solution
Implement dynamic configuration for the thread count in AsyncTaskQueue, following the pattern established by the ObDedupQueue component.
Contributor guide
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 locating the AsyncTaskQueue implementation and tracing how its fixed RSAsyncTask0–RSAsyncTask3 threads are created. Read the ObDedupQueue implementation for the established dynamic-configuration pattern, then make the thread count configurable and verify that queue behavior follows that pattern.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100