Reported Processing time

Hi, just like to say keep up the good work, we have been using Hangfire for 10-12 months now and are really happy with it as a batch\nightly job scheduler.

Just one problem the processing time for a job seems to be calculated as follows

JobFinishtime - JobQueuedTime

which seems odd as I would expect it to be

JobFinishTime - JobStartTime

Including the time the job sits on the queue makes it seem to take longer than it actually does

1 Like