Failed jobs do not become expired to allow you to re-queue them without any
time pressure. You should re-queue or delete them manually, or apply AutomaticRetry(OnAttemptsExceeded = AttemptsExceededAction.Delete)
attribute to delete them automatically.
An exception occurred during performance of the job. More details...
06/09/2026 16:53:13
System.InvalidOperationException
Scheduled task 'ApplyAssignmentsTenureRateDropOff' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/assignments-apply-tenure-rate-drop-off'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
System.InvalidOperationException: Scheduled task 'ApplyAssignmentsTenureRateDropOff' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/assignments-apply-tenure-rate-drop-off'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
at MR.Schedules.HangfireScheduledTaskHttp.ValidateAbsoluteRequestUri(StringoperationName, StringrequestUri)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.AssignmentsApplyTenureRateDropOffTask.AssignmentsApplyTenureRateDropOffJob()
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/09/2026 16:53:13
System.Net.Http.HttpRequestException
Connection refused (staging.sourcenowvms.com:443)
System.Net.Http.HttpRequestException: Connection refused (staging.sourcenowvms.com:443) ---> System.Net.Sockets.SocketException: Connection refused
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketErrorerror, CancellationTokencancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgssaea, ValueTaskconnectTask, CancellationTokencancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(Stringhost, Int32port, HttpRequestMessageinitialRequest, Booleanasync, CancellationTokencancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(Stringhost, Int32port, HttpRequestMessageinitialRequest, Booleanasync, CancellationTokencancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessagerequest, Booleanasync, CancellationTokencancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessagerequest, Booleanasync, CancellationTokencancellationToken)
at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItemqueueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationTokencancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessagerequest, Booleanasync, BooleandoRequestAuth, CancellationTokencancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessagerequest, Booleanasync, CancellationTokencancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessagerequest, HttpCompletionOptioncompletionOption, CancellationTokenSourcects, BooleandisposeCts, CancellationTokenSourcependingRequestsCts, CancellationTokenoriginalCancellationToken)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.ExecuteBackgroundJobTask.StartExecuteBackgroundJob()
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/09/2026 16:53:13
System.InvalidOperationException
Scheduled task 'FillAssignmentDashboardReporting' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/fill-assignment-dashboard-reporting'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
System.InvalidOperationException: Scheduled task 'FillAssignmentDashboardReporting' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/fill-assignment-dashboard-reporting'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
at MR.Schedules.HangfireScheduledTaskHttp.ValidateAbsoluteRequestUri(StringoperationName, StringrequestUri)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.FillAssignmentDashboardReportingTask.StartFillAssignmentDashboardReporting()
at System.RuntimeMethodHandle.InvokeMethod(Objecttarget, Void**arguments, Signaturesig, BooleanisConstructor)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/09/2026 16:53:13
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://).
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(StringoperationName, StringrequestUri)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.FillJobDashboardReportingTask.StartFillJobDashboardReporting()
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/08/2026 19:55:20
System.InvalidOperationException
Scheduled task 'SendAssignmentStatusReport' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/reports/send-assignment-status-report'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
System.InvalidOperationException: Scheduled task 'SendAssignmentStatusReport' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/reports/send-assignment-status-report'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
at MR.Schedules.HangfireScheduledTaskHttp.ValidateAbsoluteRequestUri(StringoperationName, StringrequestUri)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.SendAssignmentStatusReportTask.CreateSendAssignmentStatusReportTask()
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/08/2026 19:55:20
System.InvalidOperationException
Scheduled task 'SendOrdersBySupplierReport' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/reports/send-orders-by-supplier-report'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
System.InvalidOperationException: Scheduled task 'SendOrdersBySupplierReport' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/reports/send-orders-by-supplier-report'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
at MR.Schedules.HangfireScheduledTaskHttp.ValidateAbsoluteRequestUri(StringoperationName, StringrequestUri)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.SendOrdersBySupplierReportTask.CreateSendOrdersBySupplierReportTask()
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/08/2026 19:55:20
System.InvalidOperationException
Scheduled task 'SendMasterInvoiceReport' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/reports/send-master-invoice-report'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
System.InvalidOperationException: Scheduled task 'SendMasterInvoiceReport' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/reports/send-master-invoice-report'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
at MR.Schedules.HangfireScheduledTaskHttp.ValidateAbsoluteRequestUri(StringoperationName, StringrequestUri)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.SendMasterInvoiceReportTask.CreateSendMasterInvoiceReportTask()
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/08/2026 19:55:20
System.InvalidOperationException
Scheduled task 'SendUKGProfileChangeReport' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/reports/send-ukg-profile-change-report'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
System.InvalidOperationException: Scheduled task 'SendUKGProfileChangeReport' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/reports/send-ukg-profile-change-report'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
at MR.Schedules.HangfireScheduledTaskHttp.ValidateAbsoluteRequestUri(StringoperationName, StringrequestUri)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.SendProfileChangeUKGReportTask.CreateFileUKGProfileChange()
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/08/2026 19:55:20
System.InvalidOperationException
Scheduled task 'UpdateCandidatesInterviewed' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/update-candidates-interviewed'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
System.InvalidOperationException: Scheduled task 'UpdateCandidatesInterviewed' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/update-candidates-interviewed'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
at MR.Schedules.HangfireScheduledTaskHttp.ValidateAbsoluteRequestUri(StringoperationName, StringrequestUri)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.UpdateCandidatesInterviewedTask.StartJobUpdateCandidatesInterviewed()
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/08/2026 19:55:20
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://).
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(StringoperationName, StringrequestUri)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.ReactivateAssignmentTask.ReactivateAssignmentsJob()
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/08/2026 19:55:20
System.InvalidOperationException
Scheduled task 'CompleteResignTerminateAssignments' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/complete-resign-terminate-assignments'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
System.InvalidOperationException: Scheduled task 'CompleteResignTerminateAssignments' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/complete-resign-terminate-assignments'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
at MR.Schedules.HangfireScheduledTaskHttp.ValidateAbsoluteRequestUri(StringoperationName, StringrequestUri)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.CompleteResignTerminateAssignmentsTask.AutoCompleteResignTerminateAssignmentsJob()
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/08/2026 19:55:20
System.InvalidOperationException
Scheduled task 'ApplyAssignmentsTenureRateDropOff' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/assignments-apply-tenure-rate-drop-off'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
System.InvalidOperationException: Scheduled task 'ApplyAssignmentsTenureRateDropOff' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/assignments-apply-tenure-rate-drop-off'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
at MR.Schedules.HangfireScheduledTaskHttp.ValidateAbsoluteRequestUri(StringoperationName, StringrequestUri)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.AssignmentsApplyTenureRateDropOffTask.AssignmentsApplyTenureRateDropOffJob()
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/08/2026 19:55:19
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://).
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(StringoperationName, StringrequestUri)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.FillJobDashboardReportingTask.StartFillJobDashboardReporting()
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/08/2026 19:55:19
System.InvalidOperationException
Scheduled task 'FillAssignmentDashboardReporting' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/fill-assignment-dashboard-reporting'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
System.InvalidOperationException: Scheduled task 'FillAssignmentDashboardReporting' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/fill-assignment-dashboard-reporting'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
at MR.Schedules.HangfireScheduledTaskHttp.ValidateAbsoluteRequestUri(StringoperationName, StringrequestUri)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.FillAssignmentDashboardReportingTask.StartFillAssignmentDashboardReporting()
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/08/2026 19:55:19
System.InvalidOperationException
Scheduled task 'ExecuteBackgroundJobs' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/execute-background-jobs'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
System.InvalidOperationException: Scheduled task 'ExecuteBackgroundJobs' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/execute-background-jobs'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
at MR.Schedules.HangfireScheduledTaskHttp.ValidateAbsoluteRequestUri(StringoperationName, StringrequestUri)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.ExecuteBackgroundJobTask.StartExecuteBackgroundJob()
at System.RuntimeMethodHandle.InvokeMethod(Objecttarget, Void**arguments, Signaturesig, BooleanisConstructor)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/05/2026 17:16:54
System.InvalidOperationException
Scheduled task 'FillAssignmentDashboardReporting' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/fill-assignment-dashboard-reporting'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
System.InvalidOperationException: Scheduled task 'FillAssignmentDashboardReporting' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/fill-assignment-dashboard-reporting'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
at MR.Schedules.HangfireScheduledTaskHttp.ValidateAbsoluteRequestUri(StringoperationName, StringrequestUri)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.FillAssignmentDashboardReportingTask.StartFillAssignmentDashboardReporting()
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/05/2026 17:16:54
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://).
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(StringoperationName, StringrequestUri)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.FillJobDashboardReportingTask.StartFillJobDashboardReporting()
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/05/2026 17:16:54
System.InvalidOperationException
Scheduled task 'SendUKGProfileChangeReport' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/reports/send-ukg-profile-change-report'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
System.InvalidOperationException: Scheduled task 'SendUKGProfileChangeReport' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/reports/send-ukg-profile-change-report'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
at MR.Schedules.HangfireScheduledTaskHttp.ValidateAbsoluteRequestUri(StringoperationName, StringrequestUri)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.SendProfileChangeUKGReportTask.CreateFileUKGProfileChange()
at System.RuntimeMethodHandle.InvokeMethod(Objecttarget, Void**arguments, Signaturesig, BooleanisConstructor)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/05/2026 17:16:54
System.Net.Http.HttpRequestException
Connection refused (staging.sourcenowvms.com:443)
System.Net.Http.HttpRequestException: Connection refused (staging.sourcenowvms.com:443) ---> System.Net.Sockets.SocketException: Connection refused
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketErrorerror, CancellationTokencancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgssaea, ValueTaskconnectTask, CancellationTokencancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(Stringhost, Int32port, HttpRequestMessageinitialRequest, Booleanasync, CancellationTokencancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(Stringhost, Int32port, HttpRequestMessageinitialRequest, Booleanasync, CancellationTokencancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessagerequest, Booleanasync, CancellationTokencancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessagerequest, Booleanasync, CancellationTokencancellationToken)
at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItemqueueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationTokencancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessagerequest, Booleanasync, BooleandoRequestAuth, CancellationTokencancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessagerequest, Booleanasync, CancellationTokencancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessagerequest, HttpCompletionOptioncompletionOption, CancellationTokenSourcects, BooleandisposeCts, CancellationTokenSourcependingRequestsCts, CancellationTokenoriginalCancellationToken)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.ExecuteBackgroundJobTask.StartExecuteBackgroundJob()
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/02/2026 17:40:17
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://).
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(StringoperationName, StringrequestUri)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.FillJobDashboardReportingTask.StartFillJobDashboardReporting()
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/02/2026 17:40:17
System.InvalidOperationException
Scheduled task 'ApplyAssignmentsTenureRateDropOff' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/assignments-apply-tenure-rate-drop-off'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
System.InvalidOperationException: Scheduled task 'ApplyAssignmentsTenureRateDropOff' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/assignments-apply-tenure-rate-drop-off'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
at MR.Schedules.HangfireScheduledTaskHttp.ValidateAbsoluteRequestUri(StringoperationName, StringrequestUri)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.AssignmentsApplyTenureRateDropOffTask.AssignmentsApplyTenureRateDropOffJob()
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/02/2026 17:40:17
System.InvalidOperationException
Scheduled task 'FillAssignmentDashboardReporting' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/fill-assignment-dashboard-reporting'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
System.InvalidOperationException: Scheduled task 'FillAssignmentDashboardReporting' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/fill-assignment-dashboard-reporting'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
at MR.Schedules.HangfireScheduledTaskHttp.ValidateAbsoluteRequestUri(StringoperationName, StringrequestUri)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.FillAssignmentDashboardReportingTask.StartFillAssignmentDashboardReporting()
at System.RuntimeMethodHandle.InvokeMethod(Objecttarget, Void**arguments, Signaturesig, BooleanisConstructor)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/02/2026 17:40:17
System.Net.Http.HttpRequestException
Connection refused (staging.sourcenowvms.com:443)
System.Net.Http.HttpRequestException: Connection refused (staging.sourcenowvms.com:443) ---> System.Net.Sockets.SocketException: Connection refused
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketErrorerror, CancellationTokencancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgssaea, ValueTaskconnectTask, CancellationTokencancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(Stringhost, Int32port, HttpRequestMessageinitialRequest, Booleanasync, CancellationTokencancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(Stringhost, Int32port, HttpRequestMessageinitialRequest, Booleanasync, CancellationTokencancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessagerequest, Booleanasync, CancellationTokencancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessagerequest, Booleanasync, CancellationTokencancellationToken)
at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItemqueueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationTokencancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessagerequest, Booleanasync, BooleandoRequestAuth, CancellationTokencancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessagerequest, Booleanasync, CancellationTokencancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessagerequest, HttpCompletionOptioncompletionOption, CancellationTokenSourcects, BooleandisposeCts, CancellationTokenSourcependingRequestsCts, CancellationTokenoriginalCancellationToken)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.ExecuteBackgroundJobTask.StartExecuteBackgroundJob()
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
05/29/2026 15:22:21
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://).
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(StringoperationName, StringrequestUri)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.FillJobDashboardReportingTask.StartFillJobDashboardReporting()
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
05/29/2026 15:22:21
System.InvalidOperationException
Scheduled task 'ApplyAssignmentsTenureRateDropOff' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/assignments-apply-tenure-rate-drop-off'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
System.InvalidOperationException: Scheduled task 'ApplyAssignmentsTenureRateDropOff' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/assignments-apply-tenure-rate-drop-off'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
at MR.Schedules.HangfireScheduledTaskHttp.ValidateAbsoluteRequestUri(StringoperationName, StringrequestUri)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.AssignmentsApplyTenureRateDropOffTask.AssignmentsApplyTenureRateDropOffJob()
at System.RuntimeMethodHandle.InvokeMethod(Objecttarget, Void**arguments, Signaturesig, BooleanisConstructor)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
05/29/2026 15:22:21
System.InvalidOperationException
Scheduled task 'FillAssignmentDashboardReporting' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/fill-assignment-dashboard-reporting'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
System.InvalidOperationException: Scheduled task 'FillAssignmentDashboardReporting' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/fill-assignment-dashboard-reporting'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
at MR.Schedules.HangfireScheduledTaskHttp.ValidateAbsoluteRequestUri(StringoperationName, StringrequestUri)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.FillAssignmentDashboardReportingTask.StartFillAssignmentDashboardReporting()
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
05/28/2026 22:19:58
System.InvalidOperationException
Scheduled task 'FillAssignmentDashboardReporting' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/fill-assignment-dashboard-reporting'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
System.InvalidOperationException: Scheduled task 'FillAssignmentDashboardReporting' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/fill-assignment-dashboard-reporting'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
at MR.Schedules.HangfireScheduledTaskHttp.ValidateAbsoluteRequestUri(StringoperationName, StringrequestUri)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.FillAssignmentDashboardReportingTask.StartFillAssignmentDashboardReporting()
at System.RuntimeMethodHandle.InvokeMethod(Objecttarget, Void**arguments, Signaturesig, BooleanisConstructor)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
05/28/2026 22:19:58
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://).
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(StringoperationName, StringrequestUri)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.FillJobDashboardReportingTask.StartFillJobDashboardReporting()
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
05/28/2026 22:19:58
System.Net.Http.HttpRequestException
Connection refused (staging.sourcenowvms.com:443)
System.Net.Http.HttpRequestException: Connection refused (staging.sourcenowvms.com:443) ---> System.Net.Sockets.SocketException: Connection refused
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketErrorerror, CancellationTokencancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgssaea, ValueTaskconnectTask, CancellationTokencancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(Stringhost, Int32port, HttpRequestMessageinitialRequest, Booleanasync, CancellationTokencancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(Stringhost, Int32port, HttpRequestMessageinitialRequest, Booleanasync, CancellationTokencancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessagerequest, Booleanasync, CancellationTokencancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessagerequest, Booleanasync, CancellationTokencancellationToken)
at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItemqueueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationTokencancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessagerequest, Booleanasync, BooleandoRequestAuth, CancellationTokencancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessagerequest, Booleanasync, CancellationTokencancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessagerequest, HttpCompletionOptioncompletionOption, CancellationTokenSourcects, BooleandisposeCts, CancellationTokenSourcependingRequestsCts, CancellationTokenoriginalCancellationToken)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.ExecuteBackgroundJobTask.StartExecuteBackgroundJob()
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
05/28/2026 21:29:36
System.InvalidOperationException
Scheduled task 'ApplyAssignmentsTenureRateDropOff' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/assignments-apply-tenure-rate-drop-off'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
System.InvalidOperationException: Scheduled task 'ApplyAssignmentsTenureRateDropOff' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/assignments-apply-tenure-rate-drop-off'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
at MR.Schedules.HangfireScheduledTaskHttp.ValidateAbsoluteRequestUri(StringoperationName, StringrequestUri)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.AssignmentsApplyTenureRateDropOffTask.AssignmentsApplyTenureRateDropOffJob()
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
05/28/2026 21:29:36
System.InvalidOperationException
Scheduled task 'FillAssignmentDashboardReporting' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/fill-assignment-dashboard-reporting'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
System.InvalidOperationException: Scheduled task 'FillAssignmentDashboardReporting' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/fill-assignment-dashboard-reporting'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
at MR.Schedules.HangfireScheduledTaskHttp.ValidateAbsoluteRequestUri(StringoperationName, StringrequestUri)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.FillAssignmentDashboardReportingTask.StartFillAssignmentDashboardReporting()
at System.RuntimeMethodHandle.InvokeMethod(Objecttarget, Void**arguments, Signaturesig, BooleanisConstructor)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
05/28/2026 21:29:36
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://).
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(StringoperationName, StringrequestUri)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.FillJobDashboardReportingTask.StartFillJobDashboardReporting()
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
05/28/2026 21:29:36
System.Net.Http.HttpRequestException
Connection refused (staging.sourcenowvms.com:443)
System.Net.Http.HttpRequestException: Connection refused (staging.sourcenowvms.com:443) ---> System.Net.Sockets.SocketException: Connection refused
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketErrorerror, CancellationTokencancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgssaea, ValueTaskconnectTask, CancellationTokencancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(Stringhost, Int32port, HttpRequestMessageinitialRequest, Booleanasync, CancellationTokencancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(Stringhost, Int32port, HttpRequestMessageinitialRequest, Booleanasync, CancellationTokencancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessagerequest, Booleanasync, CancellationTokencancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessagerequest, Booleanasync, CancellationTokencancellationToken)
at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItemqueueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationTokencancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessagerequest, Booleanasync, BooleandoRequestAuth, CancellationTokencancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessagerequest, Booleanasync, CancellationTokencancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessagerequest, HttpCompletionOptioncompletionOption, CancellationTokenSourcects, BooleandisposeCts, CancellationTokenSourcependingRequestsCts, CancellationTokenoriginalCancellationToken)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.ExecuteBackgroundJobTask.StartExecuteBackgroundJob()
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
05/22/2026 19:25:07
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://).
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(StringoperationName, StringrequestUri)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.FillJobDashboardReportingTask.StartFillJobDashboardReporting()
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
05/22/2026 19:25:06
System.InvalidOperationException
Scheduled task 'FillAssignmentDashboardReporting' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/fill-assignment-dashboard-reporting'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
System.InvalidOperationException: Scheduled task 'FillAssignmentDashboardReporting' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/fill-assignment-dashboard-reporting'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
at MR.Schedules.HangfireScheduledTaskHttp.ValidateAbsoluteRequestUri(StringoperationName, StringrequestUri)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.FillAssignmentDashboardReportingTask.StartFillAssignmentDashboardReporting()
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
05/22/2026 19:25:06
System.InvalidOperationException
Scheduled task 'ExecuteBackgroundJobs' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/execute-background-jobs'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
System.InvalidOperationException: Scheduled task 'ExecuteBackgroundJobs' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/execute-background-jobs'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
at MR.Schedules.HangfireScheduledTaskHttp.ValidateAbsoluteRequestUri(StringoperationName, StringrequestUri)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.ExecuteBackgroundJobTask.StartExecuteBackgroundJob()
at System.RuntimeMethodHandle.InvokeMethod(Objecttarget, Void**arguments, Signaturesig, BooleanisConstructor)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
05/22/2026 19:25:07
System.Net.Http.HttpRequestException
Connection refused (staging.sourcenowvms.com:443)
System.Net.Http.HttpRequestException: Connection refused (staging.sourcenowvms.com:443) ---> System.Net.Sockets.SocketException: Connection refused
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketErrorerror, CancellationTokencancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgssaea, ValueTaskconnectTask, CancellationTokencancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(Stringhost, Int32port, HttpRequestMessageinitialRequest, Booleanasync, CancellationTokencancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(Stringhost, Int32port, HttpRequestMessageinitialRequest, Booleanasync, CancellationTokencancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessagerequest, Booleanasync, CancellationTokencancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessagerequest, Booleanasync, CancellationTokencancellationToken)
at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItemqueueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationTokencancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessagerequest, Booleanasync, BooleandoRequestAuth, CancellationTokencancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessagerequest, Booleanasync, CancellationTokencancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessagerequest, HttpCompletionOptioncompletionOption, CancellationTokenSourcects, BooleandisposeCts, CancellationTokenSourcependingRequestsCts, CancellationTokenoriginalCancellationToken)
at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClienthttpClient, StringoperationName, StringrequestUri, CancellationTokencancellationToken)
at MR.Schedules.DeleteDraftJobsTask.StartDeleteDraftJobs()
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)