We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db51f4 commit 5401e13Copy full SHA for 5401e13
services/dynamic-sidecar/src/simcore_service_dynamic_sidecar/core/external_dependencies.py
@@ -31,10 +31,11 @@ async def on_startup() -> None:
31
liveliness_results = await logged_gather(
32
*[
33
wait_for_service_liveness(
34
- connect_to_db(app, postgres_settings),
+ connect_to_db,
35
+ app,
36
+ postgres_settings,
37
service_name="Postgres",
38
endpoint=postgres_settings.dsn,
- url=postgres_settings.dsn,
39
),
40
wait_for_rabbitmq_liveness(app),
41
wait_for_registries_liveness(app),
0 commit comments