I have published my health API on the IIS server. I am worried as my jobs are not continue running on hangfire dashboard. When I check and access the site, it starts working and getting success and there are no jobs getting succeeded after closing the site from the browser.
I am looking for a solution on how I can make my jobs active and working at the defined frequency in the background on hangfire in order for execution.
For example, I have 4 jobs I have executed in 1-hour interval but when I check there is no job record for the execution in each 1 hr interval. But when I access the site then only I can see that job is recently executed.