Closed yiyungent closed 7 months ago
The code for that feature is already implemented.
I just saw that we don't advertise the supported features in the Storage. Which leads to the observed exception.
Without much (if any) code we can add support for the following features
for this the Storage needs to override HasFeatures as seen here https://github.com/HangfireIO/Hangfire.InMemory/blob/935aaadccaa98d1ec64562be64ce9d75f848201a/src/Hangfire.InMemory/InMemoryStorage.cs
NotSupportedException: Current storage doesn't support specifying queues directly for a specific job
Thanks