face-it / Hangfire.Tags

Add tags to Hangfire backgroundjobs
MIT License
88 stars 25 forks source link

RedisStorageOptions no longer defined in Hangfire.Redis.StackExchange #79

Closed davidpipes closed 3 months ago

davidpipes commented 1 year ago

Updated Hangfire.Redis.StackExchange to 1.9.0 and I can't seem to get Tags to work with it.

image

Not sure if something changed or I am doing something wrong with the update. Trying to get tags working with redis.

erwin-faceit commented 12 months ago

I think you may need to update Hangfire.Tags to the preview version. Hangfire has made some really big changes, so it was hardly possible to maintain backwards compatible.

erwin-faceit commented 12 months ago

Forgot to add, Hangfire is prefixed now with FaceIT, because Hangfire registered the Hangfire prefix on Nuget.

czimbortibor commented 9 months ago

The preview version (at least 1.9.0-beta.4) doesn't seem to fix the namespace

erwin-faceit commented 8 months ago

Could you try to change Hangfire.Redis.StackExchange to version 1.9.2 or higher? Version 1.9.0 only supports netstandard 2.1, which might be incompatible with FaceIT.Hangfire.Tags.Redis.StackExchange.

I've just tried this scenario locally, and both the core version as the .NET Framework version of the samples work as expected when referencing version 1.9.2 of Hangfire.Redis.StackExchange.

r-win commented 3 months ago

Since I didn't hear back, I assume this issue can be closed. Feel free to open a new issue if this is still a problem.