AndyG

Results 2 issues of AndyG

Right now it's hard coded to Environment.SpecialFolder.ApplicationData. I'd like to be able to change where it writes to.

https://github.com/HangfireIO/Hangfire/blob/98193fa12d2681661fe852eed72e16eb57653fc0/src/Hangfire.Core/RecurringJobManager.cs#L120C56-L120C56 Works (but I get an obsoletion warning) ``` string queueName = "queueA" // ... recurringJobManager.AddOrUpdate ( recurringJobId: "jobname", queue: queueName, methodCall: () => {Console.WriteLine("Test")}), cronExpression: Cron.Minutely(), new RecurringJobOptions {...