marcoCasamento / Hangfire.Redis.StackExchange

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

Use SlidingInvisibilityTimeout instead of InvisibilityTimeout #96

Closed ngbrown closed 2 years ago

ngbrown commented 4 years ago

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

Inuyasha-Monster commented 3 years ago

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

marcoCasamento commented 3 years ago

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