ExecuteWithNoRetries: 'Accounting - Transfer Data to Accounting System'

// Id: #95066
using JobSchedulingHangfire;

var jobExecutor = Activate<JobExecutor>();
await jobExecutor.ExecuteWithNoRetries(
    "Accounting - Transfer Data to Accounting System",
    null);

Parameters

CurrentCulture
""
RecurringJobId
"Accounting - Transfer Data to Accounting System"
Time
1777334354

State

04/27/2026 23:59:17 (+2.540s) Failed

An exception occurred during performance of the job.

System.Net.Http.HttpRequestException (drive-pulse-7d8464776d-8jk8b:1)

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)

+80ms Processing

Server:
drive-pulse-7d8464776d-8jk8b:1
Worker:
9a2bce00

+13ms Enqueued

Triggered by recurring job scheduler

04/27/2026 23:59:14 Created