Hey, Getting sporadic errors like this. Often the query works, but way too often it fails with the following error. If I retry a few times it works again. Vbnxt-trace-id: '0000000000000000f67c369be95bcc41' ClientError: Already closed: The AMQP operation was interrupted: AMQP close-reason, initiated by Library, code=541, text='Unexpected Exception', classId=0, methodId=0, cause=System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.GC.AllocateNewArray(IntPtr typeHandle, Int32 length, GC_ALLOC_FLAGS flags) at System.GC.<AllocateUninitializedArray>g__AllocateNewUninitializedArray|66_0[T](Int32 length, Boolean pinned) at System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1.Rent(Int32 minimumLength) at RabbitMQ.Client.Impl.CommandAssembler.ParseHeaderFrame(InboundFrame& frame) at RabbitMQ.Client.Impl.CommandAssembler.HandleFrame(InboundFrame& frame) at RabbitMQ.Client.Impl.Session.HandleFrame(InboundFrame& frame) at RabbitMQ.Client.Framing.Impl.Connection.MainLoopIteration() at RabbitMQ.Client.Framing.Impl.Connection.MainLoop()
... View more