I'm using EF Core with npsql (postgres provider). There is a weird pattern in the logging while I'm using this on a hangfire server I have where EF keeps getting initialized every 8 seconds on the dot. I can't find what is causing these contexts to be initialized all the time. I'm using Hangfire with Redis, so I wouldn't expect that to trigger these logs.
What can I do to understand what's causing the initializations and how to stop them (if necessary)
info: Microsoft.EntityFrameworkCore.Infrastructure[10403]
Entity Framework Core 6.0.7 initialized 'MyContext' using provider 'Npgsql.EntityFrameworkCore.PostgreSQL:6.0.5+9d79af6e2586d5d28da253ac075706a5575a1743' with options: SensitiveDataLoggingEnabled using snake-case naming (culture=)
info: Microsoft.EntityFrameworkCore.Infrastructure[10403]
Entity Framework Core 6.0.7 initialized 'MyContext' using provider 'Npgsql.EntityFrameworkCore.PostgreSQL:6.0.5+9d79af6e2586d5d28da253ac075706a5575a1743' with options: SensitiveDataLoggingEnabled using snake-case naming (culture=)