Hangfire.MissionControl
Hangfire.MissionControl copied to clipboard
A plugin for Hangfire that enables you to launch jobs manually.
Hi and thank you for a great project first of all! We have some jobs with specialized parameters that needs to be handled the same way as e.g. PerformContext and...
Hi! First of all thank you for your excellent job with MissionControl. It's being really helpful! I would like to ask if there's any way to show or hide some...
Hi, I have a custom class as parameter that is using List and it causes this error: `Object of type 'System.String[]' cannot be converted to type 'System.Collections.Generic.List`1[System.String]'.` ``` fail: Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware[1]...