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

Strip queue from the scheduled job info #143

Closed Lexy2 closed 4 months ago

Lexy2 commented 4 months ago

Fixes #142.

As RedisStorage claims to support { JobStorageFeatures.JobQueueProperty, true },, default Scheduled State Handler inserts the scheduled jobs in the storage sorted hashset as queue:jobid and expects the storage to respect that, see Hangfire/ScheduledState.cs

marcoCasamento commented 4 months ago

Thanks for the PR, you're right and that was indeed a bug in the library.