HangfireIO / HangfireIO/Hangfire

interface for RecurringJob

Open
#1,652 1 comment 1 reaction 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.