Hangfire.RecurringJobAdmin icon indicating copy to clipboard operation
Hangfire.RecurringJobAdmin copied to clipboard

A dashboard to manage Hangfire's recurring jobs.

Results 38 Hangfire.RecurringJobAdmin issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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: ![image](https://user-images.githubusercontent.com/6149843/102344318-649b0700-3fa4-11eb-9727-c08d29d84975.png) 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. ![image](https://user-images.githubusercontent.com/19993596/114756523-bd13c280-9d52-11eb-8bc3-3e4fe60476cf.png) When i try to use the dashboard to change the cron...