Skip to content

Commit 5401e13

Browse files
committed
ensure this runs
1 parent 9db51f4 commit 5401e13

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

services/dynamic-sidecar/src/simcore_service_dynamic_sidecar/core/external_dependencies.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ async def on_startup() -> None:
3131
liveliness_results = await logged_gather(
3232
*[
3333
wait_for_service_liveness(
34-
connect_to_db(app, postgres_settings),
34+
connect_to_db,
35+
app,
36+
postgres_settings,
3537
service_name="Postgres",
3638
endpoint=postgres_settings.dsn,
37-
url=postgres_settings.dsn,
3839
),
3940
wait_for_rabbitmq_liveness(app),
4041
wait_for_registries_liveness(app),

0 commit comments

Comments
 (0)