HangfireIO / HangfireIO/Hangfire

Implement StorageConnectionExtensions.GetRecurringJob(string id)

Open
#983 1 comment 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

There is currently no efficient way to get a single recurring job DTO by it's id. StorageConnectionExtensions.GetRecurringJobs returns all recurring jobs but it will become unpractical to call in case if number of recurring jobs is large (thousands).

Please add StorageConnectionExtensions.GetRecurringJob(string id) method to get a recurring job DTO by it's id.

Contributor guide

Open the contributing guide

Research direction

Start by reading StorageConnectionExtensions.GetRecurringJobs and the storage connection APIs it uses. Add the requested GetRecurringJob(string id) entry point so it retrieves one recurring job DTO efficiently by ID, then verify that the result matches the existing recurring-job data shape.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
backend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.