// Id: #2248
using JobSchedulingHangfire;
var jobExecutor = Activate<JobExecutor>();
await jobExecutor.ExecuteWithNoRetries("Loan Management - Simulate Repayment", null);
| CurrentCulture | |
| RecurringJobId | |
| Time | |
An exception occurred during performance of the job.
Response status code does not indicate success: 500 (Internal Server Error).
System.Net.Http.HttpRequestException: Response status code does not indicate success: 500 (Internal Server Error). at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode() at Logic.ExecuteWebApiRequestLogic.ExecuteInternalAsync(ScheduledTask scheduledTask) at Logic.ExecuteWebApiRequestLogic.ExecuteAsync(ScheduledTask scheduledTask, String hangfireJobId, RequestSourceType sourceType) at Logic.ExecuteWebApiRequestLogic.ExecuteAsync(ScheduledTask scheduledTask, String hangfireJobId, RequestSourceType sourceType) at Logic.TaskRunnerLogic.Run(String name, String hangfireJobId, RequestSourceType sourceType) at JobSchedulingHangfire.JobExecutor.ExecuteWithNoRetries(String name, PerformContext context) at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
Triggered by recurring job scheduler