HangfireIO / HangfireIO/Hangfire
Add list of latest ## runs of jobs with same jobid
- Dominant language
- C#
- Stars
- 10.1k
- Forks
- 1.8k
- Avg merge
- 1h 19m
- Merged PRs (30d)
- 1
Description
It would be great to quickly be able to see some old runs of the same jobs in the jobsdetail view.
This could be made to load asynchronously after page load to not slow down the page.

Hangfire.Core 1.7.18
Hangfire.PostgreSql 1.8.0
Contributor guide
Research direction
Start at the jobs detail view and trace how the current job ID and job data are loaded. Determine how to retrieve and display the latest runs for jobs with the same job ID asynchronously after the page loads, then verify that the existing page is not delayed and the related runs appear correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend, web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100