Pauli Juel Østerø

Results 24 comments of Pauli Juel Østerø

Unfortunately adding optional parameters to the public API is a breaking change so as i see it, all public methods/constructors now taking an optional `queueName/queue` parameter needs to be overloads...

@EProd-Rhansen Even changing the default value can be a breaking change, since the original default value is already compiled into to existing libraries And you're missing the scenario of a...

@EProd-Rhansen i'll admit that i haven't combed through all the code changes, i merely noted a signature change here https://github.com/HangfireIO/Hangfire/pull/755/files#diff-762b9c9bc1acba9c001d8544882b1d4aR34 and a range of changed default parameter values, which raised...

> DoJobAsync Hangfire should handle it just fine if your method DoJobAsync returns a Task. You can see the specific implementation here and how it handles invoking Task/Async methods diffently....