marcoCasamento/Hangfire.Redis.StackExchange

Use SlidingInvisibilityTimeout instead of InvisibilityTimeout

ngbrown opened this issue · 2 comments

To allow long running tasks, with more reliability, Hangfire 1.6 started using SlidingInvisibilityTimeout (more info). Use this instead of InvisibilityTimeout.

what the InvisibilityTimeout meaning ? it means the max time of long running job ?

I'd second the questions by @djl394922860 . What problem should "SlidingInvisibilityTimeout" solve in Hangfire.Redis.StackExchange ?