ExecuteWithNoRetries: 'Invoicing - Generate Invoices'

// Id: #11680
using JobSchedulingHangfire;

var jobExecutor = Activate<JobExecutor>();
await jobExecutor.ExecuteWithNoRetries("Invoicing - Generate Invoices", null);

Parameters

CurrentCulture
""
RecurringJobId
"Invoicing - Generate Invoices"
Time
1771248488

State

02/16/2026 13:33:08 (+5m 50ms) Failed

An exception occurred during performance of the job.

System.AggregateException (drive-pulse-75599d8456-hvqsh: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 InvokeStub_JobExecutor.ExecuteWithNoRetries(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

+20ms Processing

Server:
drive-pulse-75599d8456-hvqsh:1
Worker:
2c43718e

+6ms Enqueued

Triggered using recurring job manager

02/16/2026 13:28:08 Created