HangfireIO / HangfireIO/Hangfire

Add list of latest ## runs of jobs with same jobid

Open
#1,771 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

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.

![Screenshot 2020-11-26 132402](https://user-images.githubusercontent.com/3007300/100351522-d73f4500-2feb-11eb-9b5e-7a4bdedb0064.png)

Hangfire.Core 1.7.18
Hangfire.PostgreSql 1.8.0

Contributor guide

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.