You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, am very exited about this extension. Mainly being able to use json configuration files to define jobs to be created. I had to do some tweaking to get the code running in the lastes version of Hangfire. I am experiencing however one issue that i do not understand why this is happening: It seems dat the job defined using the IRecurringJob interface is passed a null value for the PerformContext parameter in the Execute method.
The dashboard shows this:
// Job ID: #20038
using HF.TaskDefinitions;
var powerShellTask = Activate();
powerShellTask.Execute(null);
Does anyone have an idea why this might be happening. Help is much appreciated!
The text was updated successfully, but these errors were encountered:
Hi, am very exited about this extension. Mainly being able to use json configuration files to define jobs to be created. I had to do some tweaking to get the code running in the lastes version of Hangfire. I am experiencing however one issue that i do not understand why this is happening: It seems dat the job defined using the IRecurringJob interface is passed a null value for the PerformContext parameter in the Execute method.
The dashboard shows this:
// Job ID: #20038
using HF.TaskDefinitions;
var powerShellTask = Activate();
powerShellTask.Execute(null);
Does anyone have an idea why this might be happening. Help is much appreciated!
The text was updated successfully, but these errors were encountered: