Hangfire.DynamicJobs
Hangfire.DynamicJobs copied to clipboard
Dynamic recurring jobs for Hangfire to support multiple code bases with single storage
Results
2
Hangfire.DynamicJobs issues
Sort by
recently updated
recently updated
newest added
As noted in this issue [2259](https://github.com/HangfireIO/Hangfire/issues/2259) when using ```AddOrUpdateDynamic``` to add a recurring job using DynamicJobs and setting the ```queue``` name via the parameter as recommended, the job does not...
I am sending you this pull request as a POC to add the functionality already present in hangfire to modify the DisplayName of the job in the dashboard using the...