Hi,
we have a windows service .NET 4.7.2 hosting hangfire version 1.8.12.
Hangfire is used to perform api calls to external systems and at the moment we have around 73 jobs.
The windows service is installed on an physical machine and it seems ok about RAM e CPU.
The jobs are configured to run every 1 minutes, except one that runs every day at 00:10.
It’s been happening for a few days that the jobs that run every 1 minute stop unexpectedly, without any error.
At the same time the job that run only once at day started for a few times outside the 00:10 and we found many of this jobs in awaiting state.
Can you give us some advice what could be happening or a way to investigate more ?
Thanks in advance