ExecuteWithNoRetries: 'Disbursement - Process Outgoing Transactions'

// Id: #75934
using JobSchedulingHangfire;

var jobExecutor = Activate<JobExecutor>();
await jobExecutor.ExecuteWithNoRetries(
    "Disbursement - Process Outgoing Transactions",
    null);

Parameters

CurrentCulture
""
RecurringJobId
"Disbursement - Process Outgoing Transactions"
Time
1772719212

State

03/05/2026 14:00:13 (+1.406s) Failed

An exception occurred during performance of the job.

System.Net.Http.HttpRequestException (drive-pulse-59bdf986bb-btm9s: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)

+30ms Processing

Server:
drive-pulse-59bdf986bb-btm9s:1
Worker:
faea17ce

+24ms Enqueued

Triggered by recurring job scheduler

03/05/2026 14:00:12 Created