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. Fewer details...
07/07/2025 00:00:13
System.Net.Http.HttpRequestException
Response status code does not indicate success: 422 (Unprocessable Entity).
System.Net.Http.HttpRequestException: Response status code does not indicate success: 422 (Unprocessable Entity).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at MR.Schedules.CreateNotificationNotSubmittedTimesheetTask.StartJobCreateNotificationNotSubmittedTimesheet() in /home/azureuser/sn1/src/BackEnd/MR.Schedules/Tasks/CreateNotificationNotSubmittedTimesheetTask.cs:line 34
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodInvoker.Invoke(Objectobj, IntPtr*args, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
07/06/2025 00:00:09
System.Net.Http.HttpRequestException
Response status code does not indicate success: 422 (Unprocessable Entity).
System.Net.Http.HttpRequestException: Response status code does not indicate success: 422 (Unprocessable Entity).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at MR.Schedules.CreateNotificationNotSubmittedTimesheetTask.StartJobCreateNotificationNotSubmittedTimesheet() in /home/azureuser/sn1/src/BackEnd/MR.Schedules/Tasks/CreateNotificationNotSubmittedTimesheetTask.cs:line 34
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodInvoker.Invoke(Objectobj, IntPtr*args, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
07/05/2025 00:00:08
System.Net.Http.HttpRequestException
Response status code does not indicate success: 422 (Unprocessable Entity).
System.Net.Http.HttpRequestException: Response status code does not indicate success: 422 (Unprocessable Entity).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at MR.Schedules.CreateNotificationNotSubmittedTimesheetTask.StartJobCreateNotificationNotSubmittedTimesheet() in /home/azureuser/sn1/src/BackEnd/MR.Schedules/Tasks/CreateNotificationNotSubmittedTimesheetTask.cs:line 34
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodInvoker.Invoke(Objectobj, IntPtr*args, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
07/04/2025 00:00:07
System.Net.Http.HttpRequestException
Response status code does not indicate success: 422 (Unprocessable Entity).
System.Net.Http.HttpRequestException: Response status code does not indicate success: 422 (Unprocessable Entity).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at MR.Schedules.CreateNotificationNotSubmittedTimesheetTask.StartJobCreateNotificationNotSubmittedTimesheet() in /home/azureuser/sn1/src/BackEnd/MR.Schedules/Tasks/CreateNotificationNotSubmittedTimesheetTask.cs:line 34
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodInvoker.Invoke(Objectobj, IntPtr*args, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
07/03/2025 00:00:12
System.Net.Http.HttpRequestException
Response status code does not indicate success: 422 (Unprocessable Entity).
System.Net.Http.HttpRequestException: Response status code does not indicate success: 422 (Unprocessable Entity).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at MR.Schedules.CreateNotificationNotSubmittedTimesheetTask.StartJobCreateNotificationNotSubmittedTimesheet() in /home/azureuser/sn1/src/BackEnd/MR.Schedules/Tasks/CreateNotificationNotSubmittedTimesheetTask.cs:line 34
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodInvoker.Invoke(Objectobj, IntPtr*args, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
07/02/2025 00:00:08
System.Net.Http.HttpRequestException
Response status code does not indicate success: 422 (Unprocessable Entity).
System.Net.Http.HttpRequestException: Response status code does not indicate success: 422 (Unprocessable Entity).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at MR.Schedules.CreateNotificationNotSubmittedTimesheetTask.StartJobCreateNotificationNotSubmittedTimesheet() in /home/azureuser/sn1/src/BackEnd/MR.Schedules/Tasks/CreateNotificationNotSubmittedTimesheetTask.cs:line 34
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodInvoker.Invoke(Objectobj, IntPtr*args, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
07/01/2025 08:08:40
System.Threading.Tasks.TaskCanceledException
The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
System.Threading.Tasks.TaskCanceledException: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
---> System.TimeoutException: The operation was canceled.
---> System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
---> System.Net.Sockets.SocketException (125): Operation canceled
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketErrorerror, CancellationTokencancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16token)
at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](CancellationTokencancellationToken)
at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16token)
at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](Memory`1buffer, CancellationTokencancellationToken)
at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16token)
at System.Net.Http.HttpConnection.InitialFillAsync(Booleanasync)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessagerequest, Booleanasync, CancellationTokencancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessagerequest, Booleanasync, 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)
--- End of inner exception stack trace ---
--- End of inner exception stack trace ---
at System.Net.Http.HttpClient.HandleFailure(Exceptione, BooleantelemetryStarted, HttpResponseMessageresponse, CancellationTokenSourcects, CancellationTokencancellationToken, CancellationTokenSourcependingRequestsCts)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessagerequest, HttpCompletionOptioncompletionOption, CancellationTokenSourcects, BooleandisposeCts, CancellationTokenSourcependingRequestsCts, CancellationTokenoriginalCancellationToken)
at MR.Schedules.SendNotificationsTask.StartJobSendNotifications() in /home/azureuser/sn1/src/BackEnd/MR.Schedules/Tasks/SendNotificationsTask.cs:line 44
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodInvoker.Invoke(Objectobj, IntPtr*args, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
07/01/2025 00:00:15
System.Net.Http.HttpRequestException
Response status code does not indicate success: 422 (Unprocessable Entity).
System.Net.Http.HttpRequestException: Response status code does not indicate success: 422 (Unprocessable Entity).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at MR.Schedules.CreateNotificationNotSubmittedTimesheetTask.StartJobCreateNotificationNotSubmittedTimesheet() in /home/azureuser/sn1/src/BackEnd/MR.Schedules/Tasks/CreateNotificationNotSubmittedTimesheetTask.cs:line 34
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodInvoker.Invoke(Objectobj, IntPtr*args, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/30/2025 00:00:15
System.Net.Http.HttpRequestException
Response status code does not indicate success: 422 (Unprocessable Entity).
System.Net.Http.HttpRequestException: Response status code does not indicate success: 422 (Unprocessable Entity).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at MR.Schedules.CreateNotificationNotSubmittedTimesheetTask.StartJobCreateNotificationNotSubmittedTimesheet() in /home/azureuser/sn1/src/BackEnd/MR.Schedules/Tasks/CreateNotificationNotSubmittedTimesheetTask.cs:line 34
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodInvoker.Invoke(Objectobj, IntPtr*args, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/29/2025 00:00:09
System.Net.Http.HttpRequestException
Response status code does not indicate success: 422 (Unprocessable Entity).
System.Net.Http.HttpRequestException: Response status code does not indicate success: 422 (Unprocessable Entity).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at MR.Schedules.CreateNotificationNotSubmittedTimesheetTask.StartJobCreateNotificationNotSubmittedTimesheet() in /home/azureuser/sn1/src/BackEnd/MR.Schedules/Tasks/CreateNotificationNotSubmittedTimesheetTask.cs:line 34
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodInvoker.Invoke(Objectobj, IntPtr*args, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/28/2025 00:00:05
System.Net.Http.HttpRequestException
Response status code does not indicate success: 422 (Unprocessable Entity).
System.Net.Http.HttpRequestException: Response status code does not indicate success: 422 (Unprocessable Entity).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at MR.Schedules.CreateNotificationNotSubmittedTimesheetTask.StartJobCreateNotificationNotSubmittedTimesheet() in /home/azureuser/sn1/src/BackEnd/MR.Schedules/Tasks/CreateNotificationNotSubmittedTimesheetTask.cs:line 34
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodInvoker.Invoke(Objectobj, IntPtr*args, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/27/2025 00:00:12
System.Net.Http.HttpRequestException
Response status code does not indicate success: 422 (Unprocessable Entity).
System.Net.Http.HttpRequestException: Response status code does not indicate success: 422 (Unprocessable Entity).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at MR.Schedules.CreateNotificationNotSubmittedTimesheetTask.StartJobCreateNotificationNotSubmittedTimesheet() in /home/azureuser/sn1/src/BackEnd/MR.Schedules/Tasks/CreateNotificationNotSubmittedTimesheetTask.cs:line 34
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodInvoker.Invoke(Objectobj, IntPtr*args, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/26/2025 00:00:07
System.Net.Http.HttpRequestException
Response status code does not indicate success: 422 (Unprocessable Entity).
System.Net.Http.HttpRequestException: Response status code does not indicate success: 422 (Unprocessable Entity).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at MR.Schedules.CreateNotificationNotSubmittedTimesheetTask.StartJobCreateNotificationNotSubmittedTimesheet() in /home/azureuser/sn1/src/BackEnd/MR.Schedules/Tasks/CreateNotificationNotSubmittedTimesheetTask.cs:line 34
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodInvoker.Invoke(Objectobj, IntPtr*args, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/25/2025 00:00:09
System.Net.Http.HttpRequestException
Response status code does not indicate success: 422 (Unprocessable Entity).
System.Net.Http.HttpRequestException: Response status code does not indicate success: 422 (Unprocessable Entity).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at MR.Schedules.CreateNotificationNotSubmittedTimesheetTask.StartJobCreateNotificationNotSubmittedTimesheet() in /home/azureuser/sn1/src/BackEnd/MR.Schedules/Tasks/CreateNotificationNotSubmittedTimesheetTask.cs:line 34
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodInvoker.Invoke(Objectobj, IntPtr*args, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/24/2025 00:00:05
System.Net.Http.HttpRequestException
Response status code does not indicate success: 422 (Unprocessable Entity).
System.Net.Http.HttpRequestException: Response status code does not indicate success: 422 (Unprocessable Entity).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at MR.Schedules.CreateNotificationNotSubmittedTimesheetTask.StartJobCreateNotificationNotSubmittedTimesheet() in /home/azureuser/sn1/src/BackEnd/MR.Schedules/Tasks/CreateNotificationNotSubmittedTimesheetTask.cs:line 34
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodInvoker.Invoke(Objectobj, IntPtr*args, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/23/2025 00:00:03
System.Net.Http.HttpRequestException
Response status code does not indicate success: 422 (Unprocessable Entity).
System.Net.Http.HttpRequestException: Response status code does not indicate success: 422 (Unprocessable Entity).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at MR.Schedules.CreateNotificationNotSubmittedTimesheetTask.StartJobCreateNotificationNotSubmittedTimesheet() in /home/azureuser/sn1/src/BackEnd/MR.Schedules/Tasks/CreateNotificationNotSubmittedTimesheetTask.cs:line 34
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodInvoker.Invoke(Objectobj, IntPtr*args, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/22/2025 00:00:00
System.Net.Http.HttpRequestException
Response status code does not indicate success: 422 (Unprocessable Entity).
System.Net.Http.HttpRequestException: Response status code does not indicate success: 422 (Unprocessable Entity).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at MR.Schedules.CreateNotificationNotSubmittedTimesheetTask.StartJobCreateNotificationNotSubmittedTimesheet() in /home/azureuser/sn1/src/BackEnd/MR.Schedules/Tasks/CreateNotificationNotSubmittedTimesheetTask.cs:line 34
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodInvoker.Invoke(Objectobj, IntPtr*args, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/21/2025 00:00:09
System.Net.Http.HttpRequestException
Response status code does not indicate success: 422 (Unprocessable Entity).
System.Net.Http.HttpRequestException: Response status code does not indicate success: 422 (Unprocessable Entity).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at MR.Schedules.CreateNotificationNotSubmittedTimesheetTask.StartJobCreateNotificationNotSubmittedTimesheet() in /home/azureuser/sn1/src/BackEnd/MR.Schedules/Tasks/CreateNotificationNotSubmittedTimesheetTask.cs:line 34
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodInvoker.Invoke(Objectobj, IntPtr*args, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/20/2025 00:00:06
System.Net.Http.HttpRequestException
Response status code does not indicate success: 422 (Unprocessable Entity).
System.Net.Http.HttpRequestException: Response status code does not indicate success: 422 (Unprocessable Entity).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at MR.Schedules.CreateNotificationNotSubmittedTimesheetTask.StartJobCreateNotificationNotSubmittedTimesheet() in /home/azureuser/sn1/src/BackEnd/MR.Schedules/Tasks/CreateNotificationNotSubmittedTimesheetTask.cs:line 34
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodInvoker.Invoke(Objectobj, IntPtr*args, BindingFlagsinvokeAttr)
An exception occurred during performance of the job. More details...
06/19/2025 00:00:13
System.Net.Http.HttpRequestException
Response status code does not indicate success: 422 (Unprocessable Entity).
System.Net.Http.HttpRequestException: Response status code does not indicate success: 422 (Unprocessable Entity).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at MR.Schedules.CreateNotificationNotSubmittedTimesheetTask.StartJobCreateNotificationNotSubmittedTimesheet() in /home/azureuser/sn1/src/BackEnd/MR.Schedules/Tasks/CreateNotificationNotSubmittedTimesheetTask.cs:line 34
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodInvoker.Invoke(Objectobj, IntPtr*args, BindingFlagsinvokeAttr)