Cizz22 3 months ago
parent 166f4cd598
commit 5bbfa50b4b

@ -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(

@ -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

Loading…
Cancel
Save