Hi,
We are using MongoDB as storage, with the latest versions of Hangfire.Core and Hangfire.Mongo.
The issue is that any long running job gets aborted after 60 minutes. We’ve tried changing InvisibilityTimeout but there is no change; from what I’ve seen in the source code and other forum posts this setting is not used anymore?
Steps to reproduce are fairly simple - just have a job that stays idle for more than 60 minutes.
Is there something we are missing?
Regards,
Mihai Olteanu