You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current implementation of AddPostgreSql() and PostgreSqlHealthCheck() caches connection string for the lifetime of the running application. This goes against the dynamic nature of IConfiguration that allows dynamic reloading and usage of configuration settings without having to restart the application.
Please follow .NET Core Framework pattern for adding SQL Server health check for an example.
The text was updated successfully, but these errors were encountered:
Current implementation of
AddPostgreSql()
andPostgreSqlHealthCheck()
caches connection string for the lifetime of the running application. This goes against the dynamic nature ofIConfiguration
that allows dynamic reloading and usage of configuration settings without having to restart the application.Please follow .NET Core Framework pattern for adding SQL Server health check for an example.
The text was updated successfully, but these errors were encountered: