// Id: #4855009
using MR.Schedules;
await FillJobDashboardReportingTask.StartFillJobDashboardReporting();
| CurrentCulture | |
| CurrentUICulture | |
| RecurringJobId | |
| Time | |
An exception occurred during performance of the job.
Scheduled task 'FillJobDashboardReporting' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/fill-job-dashboard-reporting'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
System.InvalidOperationException: Scheduled task 'FillJobDashboardReporting' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/fill-job-dashboard-reporting'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://). at MR.Schedules.HangfireScheduledTaskHttp.ValidateAbsoluteRequestUri(String operationName, String requestUri) at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClient httpClient, String operationName, String requestUri, CancellationToken cancellationToken) at MR.Schedules.FillJobDashboardReportingTask.StartFillJobDashboardReporting() at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
Triggered by recurring job scheduler