HangfireIO / HangfireIO/Hangfire
interface for RecurringJob
Open
- Dominant language
- C#
- Stars
- 10.1k
- Forks
- 1.8k
- Avg merge
- 1h 19m
- Merged PRs (30d)
- 1
Description
The static methods in `RecurringJob` are unfriendly for unit test. Please define an interface like `IBackgroundJobClient`.
Contributor guide
Research direction
Start by comparing the static methods on `RecurringJob` with the existing `IBackgroundJobClient` interface. Determine the interface boundary needed for unit testing; the work is done when `RecurringJob` has the requested interface without ambiguity about the supported operations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100