System.NotSupportedException: Current storage doesn't support specifying queues directly for a specific job. Please use the QueueAttribute instead.
at Hangfire.RecurringJobManager.AddOrUpdate(String recurringJobId, Job job, String cronExpression, RecurringJobOptions options)
Hi,
Root issue: https://github.com/HangfireIO/Hangfire/issues/2319
Similar issue and more detailed can be found at: https://github.com/GeXiaoguo/Hangfire.MAMQSqlExtension/issues/14
TLDR: Updating Hangfire did depricate and change some things in AddOrUpdate, but queue is still there.
This will now throw: