HangfireIO / HangfireIO/Hangfire

Enable to disable default background process, or using custom background process instead of the default one?

Open
#1,173 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
10.1k
Forks
1.8k
Avg merge
1h 19m
Merged PRs (30d)
1

Description

Since the defualt RecurringJobScheduler didn't support expire date for recurring job, so I want to use [RecurringDateRangeJobScheduler](https://github.com/jcoutch/Hangfire.RecurringDateRange) instead.

Although it works, but the defualt RecurringJobScheduler is running also.

So I want a way to use the custom background process to instead of the default one.

Contributor guide

Open the contributing guide

Research direction

Start by reading how the default RecurringJobScheduler is registered and started, then compare that integration with the linked RecurringDateRangeJobScheduler package. Define how users can disable or replace the default process, and verify that only the selected scheduler runs for recurring jobs.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.