Hangfire.RecurringJobAdmin
Hangfire.RecurringJobAdmin copied to clipboard
A dashboard to manage Hangfire's recurring jobs.
I added a very primitive support for method arguments, it probably only works with strings for now - but, that's what i needed. I also modified the method lookups so...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
fix for: Layout issue on configuration page (button is outside of screen, if validation warning pops-up) #79 fix for: Job configuration page layout and JS issue in Chrome #78 fixes...
Here's how the page looks like here:  The error while trying to parse dates is: > vue:6 TypeError: Cannot read property 'length' of null > at wn.eval (eval at...
Instead of using system times zones via TimeZoneInfo; ctor resolve and use Hangfire.Core.ITimeZoneResolver public static DateTime ChangeTimeZone(this DateTime dateTime, string timeZoneId) => TimeZoneInfo.ConvertTimeBySystemTimeZoneId(dateTime, timeZoneId);
Quick & Dirty fix for datetime formatting issue bamotav/Hangfire.RecurringJobAdmin#80 https://github.com/bamotav/Hangfire.RecurringJobAdmin/issues/80
Both button show the text "Invalid date", but the recurring job is executed serveral times without any error. I am using TZ UTC and West european Standard time. Any ideas...
Review and ensure it fits within the community.
I set the job execute at 1:00 AM every day ,and it started at 1;00AM but executed 10 times interval 1 minute
Hi, great plugin, awesome job :) I'm loading dll's dynamically. I'm not referencing them in the main project.  When i try to use the dashboard to change the cron...