// Id: #4944328
using MR.Schedules;
await ReactivateAssignmentTask.ReactivateAssignmentsJob();
| CurrentCulture | |
| CurrentUICulture | |
| RecurringJobId | |
| Time | |
An exception occurred during performance of the job.
Scheduled task 'ReactivateAssignments' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/reactivate-assignments'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
System.InvalidOperationException: Scheduled task 'ReactivateAssignments' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/reactivate-assignments'. 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.ReactivateAssignmentTask.ReactivateAssignmentsJob() at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
Triggered by recurring job scheduler