This commit is contained in:
2025-04-21 23:24:33 +02:00
parent 77fb68a5e3
commit 5bea39cd2c
11 changed files with 171 additions and 54 deletions

5
src/core/temporal.py Normal file
View File

@@ -0,0 +1,5 @@
from temporalio.client import Client
async def get_client() -> Client:
return await Client.connect("temporal:7233", namespace="default")