C#C
C#16mo ago
IsNotNull

Hangfire Execution Time

I have a recurring job I've scheduled in Hangfire. If the app is not running and misses executions, then it might run multiple times when the app starts again.

How do I get access to the time that the job was supposed to have run for, but was missed?

It doesn't look like Hangfire provides any context for the job execution in the called method. Is this the kind of thing that has to be applied with a filter?
Was this page helpful?