// Id: #7197
using JobSchedulingHangfire;
var jobExecutor = Activate<JobExecutor>();
await jobExecutor.ExecuteWithNoRetries("AML - Weekly AML Notification", 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.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 System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
Triggered using recurring job manager