dario-hd

Results 3 issues of dario-hd

We noticed that the top queries executed on our DB cluster on production are from hangfire: ![image](https://user-images.githubusercontent.com/14803089/154287617-0f44c42e-0471-4d99-9be8-6047d437bd46.png) The CPU usage from hangfire it's almost the same as our whole platform....

I was wondering if the new EF Core 2.1 [Query Types](https://docs.microsoft.com/en-us/ef/core/modeling/query-types) feature is supported. I tried to this: ``` public partial class MyContext { public void SetFilters(long tenantId) { this.Filter(q...

We are currently running multiple instances of our dockerized main application on .NET 6 using EF core with Postgres running on AWS RDS Aurora and we are using connection pooling...