// Id: #5720
using KamiYomu.Web.Worker.Interfaces;
var deferredExecutionCoordinator = Activate<IDeferredExecutionCoordinator>();
await deferredExecutionCoordinator.DispatchAsync(
"deferred-execution-queue",
null,
null);
| RecurringJobId | |
| Time | |
| CurrentCulture | |
| CurrentUICulture | |
| RetryCount | |
Triggered by DelayedJobScheduler
Retry attempt 1 of 10: too many SQL variables
An exception occurred during performance of the job.
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)