0

I have an API that's using .Net Framework 4.7, Hangfire (v1.7.11). I have the Recurring Job to run daily at 3am using cron expression "0 3 * * *". But the Recurring Job is running Intermittently and shows the Next Execution as past "Next Execution - 7 hrs ago". Need some help with resolving this issue due to tight timelines for our upcoming release. Also went through setting up everything as per the link below: https://github.com/HangfireIO/Hangfire.Documentation/blob/master/deployment-to-production/making-aspnet-app-always-running.rst

My Hangfire Dashboard Image

Sai Krishna
  • 55
  • 1
  • 8
  • What version of hangfire are you running? Can you also confirm all servers are running the same version? Have you tried the latest release to see if that resolves your problem? (Latest I believe is 1.7.11 as of today) – Jawad Jul 04 '20 at 19:44
  • I am using the 1.7.11 version. This is a nuget package so the version being used in the API will be the same version across different environments. – Sai Krishna Jul 08 '20 at 15:51
  • Can you share the command you used to create the Hangfire Job ? – Jawad Jul 11 '20 at 21:29

0 Answers0