ExecuteWithNoRetries: 'Loan Management - Settle Pending Receivables'

// Id: #11683
using JobSchedulingHangfire;

var jobExecutor = Activate<JobExecutor>();
await jobExecutor.ExecuteWithNoRetries(
    "Loan Management - Settle Pending Receivables",
    null);

Parameters

CurrentCulture
""
RecurringJobId
"Loan Management - Settle Pending Receivables"
Time
1771390805

State

02/18/2026 05:05:05 (+5m 240ms) Failed

An exception occurred during performance of the job.

System.AggregateException (drive-pulse-5f6cbc89dc-2x25l: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 Logic.TaskRunnerLogic.Run(String name, String hangfireJobId, RequestSourceType sourceType)
   at JobSchedulingHangfire.JobExecutor.ExecuteWithNoRetries(String name, PerformContext context)
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)

+240ms Processing

Server:
drive-pulse-5f6cbc89dc-2x25l:1
Worker:
60762ba3

+17ms Enqueued

Triggered by recurring job scheduler

02/18/2026 05:00:05 Created