marcoCasamento / Hangfire.Redis.StackExchange

HangFire Redis storage based on original (and now unsupported) Hangfire.Redis but using lovely StackExchange.Redis client
Other
448 stars 108 forks source link

Long Running Jobs (longer than 30 min) keep restarting #118

Closed DR9885 closed 1 year ago

DR9885 commented 1 year ago

Long Running Jobs (longer than 30 min) keep restarting.

How can I get the jobs to run longer?

oliveiracdz commented 1 year ago

Did you look at InvisibilityTimeout setting from the Hangfire docs?

DR9885 commented 1 year ago

will try this, closing for now.