How can I diagnose intermittent connection pool exhaustion in EF Core when using connection resiliency retry strategies?
Diagnosing intermittent connection pool exhaustion in EF Core applications that rely on connection resiliency retry strategies is challenging because the execution strategy masks underlying pool limits by automatically retrying failed commands. This can make it unclear whether observed failures stem from transient errors or from exhausted pool resources. Whe