From 5bbfa50b4be1b577e093742eceb1dd4c75867f3f Mon Sep 17 00:00:00 2001 From: Cizz22 Date: Mon, 6 Oct 2025 12:09:53 +0700 Subject: [PATCH] fix --- run_worker.py | 2 +- src/aeros_simulation/router.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/run_worker.py b/run_worker.py index 520ddab..21f7fec 100644 --- a/run_worker.py +++ b/run_worker.py @@ -8,7 +8,7 @@ from temporal.workflow import SimulationWorkflow async def main(): - client = await Client.connect("http://192.168.1.86:7233") + client = await Client.connect("http://temporal:7233") try: worker = Worker( diff --git a/src/aeros_simulation/router.py b/src/aeros_simulation/router.py index 37b8702..1e6bf5e 100644 --- a/src/aeros_simulation/router.py +++ b/src/aeros_simulation/router.py @@ -79,7 +79,7 @@ async def run_simulations( ): """RUN Simulation""" - temporal_client = await Client.connect("http://192.168.1.86:7233") + temporal_client = await Client.connect("http://temporal:7233") simulation = await create_simulation( db_session=db_session, simulation_in=simulation_in