abpframework / abpframework/abp
New features for background workers
Open
Nobody has claimed this yet.
abp-framework
feature
priority:low
- Dominant language
- C#
- Stars
- 14.4k
- Forks
- 3.7k
- Avg merge
- 15h 32m
- Merged PRs (30d)
- 106
Description
- Create
AsyncThreadBackgroundWorkerBaseto create continuously running threads in background (CurrentAsyncPeriodicBackgroundWorkerBaseworks periodically).
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 reading the existing AsyncPeriodicBackgroundWorkerBase implementation and its usage points, then compare how periodic workers are created and managed. Define the scope of AsyncThreadBackgroundWorkerBase around continuously running background threads, and verify that its lifecycle and execution behavior are covered by the existing worker tests or test entry points, if present.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100