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
I tried with cron expression but that did not work
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
I tried with cron expression but that did not work