HangfireIO / HangfireIO/Hangfire
Add Arguments to Job description in Recurring Job page
- Dominant language
- C#
- Stars
- 10.1k
- Forks
- 1.8k
- Avg merge
- 1h 19m
- Merged PRs (30d)
- 1
Description
/recurring displays only the Type.Method for the job, ignoring the parameters which are often critical in determining which job is which.
can you please add the arguments to the Job description? or perhaps add a job description field that can be used in RecurringJob.AddOrUpdate
Contributor guide
Research direction
Start at the /recurring dashboard entry point and trace how it currently assembles the Type.Method job description. Then inspect RecurringJob.AddOrUpdate to determine whether arguments or a custom description are available to the page. Done means recurring jobs can be distinguished using their arguments or an agreed description field, with the behavior verified in the recurring-jobs view.
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