Jobs coming from RecurringJob.AddOrUpdate are rescheduled on DEFAULT queue

Hi,

We use hangfire in several projects now. It works like charm. In 1 project, we define 2 queues with explicit names, not using the DEFAULT from hangfire. This all works good.
We use RecurringJob.AddOrUpdate for recurring jobs. We specify the queue name there.
This all works fine as well, except that, when we requeue failed recurred jobs, they get requeued at queue DEFAULT, which is not handled by our configuration.

Are we missing something? We would expect it to requeue on the same queue it was fired on initially.

We’re currently using Hangfire 1.7.9.

WIth kind regards,
Matthijs ter Woord