Tim Pike
Tim Pike
To add a note to this since I have ran into a similar issue recently, I believe the best practice is to use the queue parameter in the ```AddOrUpdateDynamic``` call...
Created [PR ](https://github.com/HangfireIO/Hangfire.DynamicJobs/pull/2) in Hangfire.DynamicJobs repository to try to resolve the issue. For anyone running into the issue, the best workaround I have found is either setting the ```QueueName``` in...
Hi all, I had a look at this and for the use cases we want to use it for (which will be a mixture of short and long running jobs)...
> I might have some time to see this today or tomorrow. Appreciate any time you can spend having a look. We are still building out our distributed job management...
> @timpikelmg Setting the QueueName in `DynamicRecurringJobOptions` doesn't work in my case. When can i expect the fix to be released ? In the end I had to use the...