After upgrade to 7.3.3 we see this error in log every 5th second:
2020-03-21 21:14:24.5637 [App:02] [c355ad01-1cb4-433e-b1cd-a62833fa97da] [ERROR] [] Litium.Application.Scheduler.BackgroundJobEngine - Execution of background processor Litium.Application.Scheduler.BackgroundJobWorker, Litium.Application failed, executing again in 5 seconds. System.NullReferenceException: Object reference not set to an instance of an object.
at Litium.Application.Scheduler.BackgroundJobQueue.<ReceiveAsync>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Litium.Application.Scheduler.BackgroundJobWorker.<ExecuteAsync>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Litium.Application.Scheduler.BackgroundJobEngine.InfiniteRetryBackgroundProcess.<ExecuteAsync>d__3.MoveNext()
Any idea why we are getting this error?
Litium version: 7.3.3-patch-2003180843