Different success JOB count on Dashboard

Hi
During my usage of HangFire, it shows different success job count as show in below image.

And the grid remove jobs daily. Can anyone tell me what’s happening here!

This is due to the Cleanup operation which deletes old jobs after a fixed period of time.

The counter itself in the left column comes from the counters-table which only increments and doesn’t reflect the jobs you can see under "Succeeded Jobs, since those are the ones which haven’t yet been deleted by the Cleanup job.

There are a few existing threads touching this subject