ExecuteWithNoRetries: 'Disbursement - Process Outgoing Transactions'

// Id: #114338
using JobSchedulingHangfire;

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

Parameters

CurrentCulture
""

State

06/25/2026 13:13:52 (+1.374s) Failed

An exception occurred during performance of the job.

System.Net.Http.HttpRequestException (drive-pulse-55454f5f67-6bd9c: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.ExecuteWebApiRequestLogic.ExecuteAsync(ScheduledTask scheduledTask, 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.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

+186ms Processing

Server:
drive-pulse-55454f5f67-6bd9c:1
Worker:
4ed96674

+54ms Enqueued

06/25/2026 13:13:50 Created