ExecuteWithNoRetries: 'Accounting - Transfer Data to Accounting System'

// Id: #70780
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
1771459142

State

02/18/2026 23:59:05 (+2.746s) Failed

An exception occurred during performance of the job.

System.Net.Http.HttpRequestException (drive-pulse-755cff84c4-d96c7: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.TaskRunnerLogic.RunInternal(String name, String hangfireJobId, RequestSourceType sourceType)
   at JobSchedulingHangfire.JobExecutor.ExecuteWithNoRetries(String name, PerformContext context)
   at InvokeStub_JobExecutor.ExecuteWithNoRetries(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

+34ms Processing

Server:
drive-pulse-755cff84c4-d96c7:1
Worker:
f29ade7d

+10ms Enqueued

Triggered by recurring job scheduler

02/18/2026 23:59:02 Created