Search code examples
hangfire

Dashboard shows 79 Succeeded jobs but where is the list?


When I select the "Succeeded" menu in the dashboard, I only show a single job, yet there is a number beside the text "Succeeded" indicating the number of jobs that have executed without error. How do I see those?


Solution

  • Hangfire automatically clears jobs after a certain amount of time (usually 1 day by default)

    The number beside the succeeded is the total number of successful jobs since the beginning.

    See this answer from the Hangfire forum