Something is causing a scheduled job to start twice. below is the state table that shows job 19 starts processing twice.
I use additional logging at the start and end of a class method that is executed when the job runs and it shows the method executed twice - once from 5:00:00 to 5:01:24 and again from 5:08:51.310 to 5:08:51.360. ( The short run time on the second execution is not relevant because the job exited when it could not locate a file that during the first run )
There was nothing in the application log. Why is the process be starting twice or what is the next step to debug?
We are running hangfire 1.6.8 on .net 4.6.1 with SQL Server 2016
— more relevant details —
We are running the dashboard on two servers and it looks like the job was actually run one on each server.
Servers tab - what are the servers
Jobs tab - shows multiple processing - one by each server