Is it possible to display a counter for last 24h instead of the ‘global’ value of everything that ever ran on the server? Recurring jobs that start other small jobs can make that counter go up very fast, and the value doesn’t mean anything when you see that numbers in the 6 digits range.
I understand that those values are used by the dashboard to display statistics, so changing the DB manually (through a Hangfire job ) might not be a good idea, and I don’t see anything in the code that lead me do believe that it’s configurable, so maybe this is more of a suggestion than a question…
Still, what would be the ramifications of changing the aggregated value directly in the DB?