Hangfire cron job does not execute at a specific time

36 views Asked by At

I have a cron job using Hangfire in an ASP.NET Core Web API. From my dashboard, I can see that the next job execution time is correct, but in real life, it runs after that time.

Here is my code snap

stratup.cs code

I tried with cron expression but that did not work

0

There are 0 answers