-
Hello,
I was trying to develop an extension to Hangfire. DashboardRoutes is the main static class for the registering pages, static files and the other routes, and hence, after some experimental te…
-
Hello! Thank you for making Hangfire!
I'm trying to fix [css issue](https://github.com/bamotav/Hangfire.RecurringJobAdmin/issues/100) of dashboard extension by providing my own css file as followin…
-
Would there be an interest in adding code samples for F#?
I wouldn't mind working on it (as far as I can of course)
-
Hello!
Do you have a published package for this awesome thing? :)
-
The dependency to Hangfire.Core should be elevated to version 1.7.3 and above. Versions of Hangfire.Core below that is vulnerable to cross-site scripting: https://ossindex.sonatype.org/vulnerability/s…
-
This issue is for traking the support for ILoggin in order to ovoid the double log writter, one to console and one to the application logger, the idea is to include a feacture for inject a ILogger of …
-
It would be great if the /recurring dashboard allowed for searching within the grid.
-
I get the following exception when I trigger a recurring job from the hangfire UI:
System.Collections.Generic.KeyNotFoundException
The given key 'StartedAt' was not present in the dictionary.
`…
-
I installed the Console package, Install-Package Hangfire.Console, and am able to configure it, config.UseConsole(); however, when use:
context.WriteLine("Test Console");
I'm getting this error.…
-
I've got around 5k recurring jobs. Search feature would be extremely helpful. Currently it takes me up to 5 minute to find a job in the dashboard.