Deferred Execution Coordinator

The job is finished. It will be removed automatically 1/1/0001 12:00:00 AM.
// Id: #5720
using KamiYomu.Web.Worker.Interfaces;

var deferredExecutionCoordinator = Activate<IDeferredExecutionCoordinator>();
await deferredExecutionCoordinator.DispatchAsync(
    "deferred-execution-queue",
    null,
    null);

Parameters

RecurringJobId
"deferred-execution-queue"
Time
1777504212
CurrentCulture
"en-US"
CurrentUICulture
"en-US"
RetryCount
1

State

4/30/2026 7:48:34 AM (+44.254s) Enqueued

Triggered by DelayedJobScheduler

+10ms Scheduled

Retry attempt 1 of 10: too many SQL variables

Enqueue at:
4/30/2026 7:48:23 AM

+2.665s Failed

An exception occurred during performance of the job.

SQLite.SQLiteException (kamiyomu-background-1:1)

too many SQL variables

SQLite.SQLiteException: too many SQL variables
   at SQLite.SQLite3.Prepare2(sqlite3 db, String query)
   at SQLite.SQLiteCommand.Prepare()
   at SQLite.SQLiteCommand.ExecuteDeferredQuery[T](TableMapping map)+MoveNext()
   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
   at Hangfire.Storage.SQLite.SQLiteMonitoringApi.EnqueuedJobs(HangfireDbContext connection, IEnumerable`1 jobIds)
   at Hangfire.Storage.SQLite.SQLiteMonitoringApi.UseConnection[T](Func`2 action)
   at KamiYomu.Web.Worker.DeferredExecutionCoordinator.DispatchAsync(String queue, PerformContext context, CancellationToken cancellationToken) in /src/KamiYomu.Web/Worker/DeferredExecutionCoordinator.cs:line 18
   at InvokeStub_IDeferredExecutionCoordinator.DispatchAsync(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

+8h 37m Processing

Server:
kamiyomu-background-1:1
Worker:
e0746507

-2d 12h 40m Enqueued

Triggered by recurring job scheduler

5/2/2026 11:50:22 AM Created