ExecuteWithNoRetries: 'Accounting - Transfer Data to Accounting System'

// Id: #186813
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
1771286351

State

02/17/2026 00:04:11 (+5m 47ms) Failed

An exception occurred during performance of the job.

System.AggregateException (drive-pulse-6c9498858f-2m2k9:1)

One or more errors occurred. (A task was canceled.)

System.AggregateException: One or more errors occurred. (A task was canceled.) ---> System.Threading.Tasks.TaskCanceledException: A task was canceled.
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
   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)

+37ms Processing

Server:
drive-pulse-6c9498858f-2m2k9:1
Worker:
4d5bd12a

+10ms Enqueued

Triggered by recurring job scheduler

02/16/2026 23:59:11 Created