I have implemented the Connection Resiliency in EF Core using .NET 8.
I have added the below code in the OnConfiguring function in the DB Context
However, I am encountering an issue with the timeout between retries. Despite configuring the retry delay, it seems that there is no waiting period between the retries. When an exception occurs, the three retries happen immediately without any delay.