SIENTIAPDE-1193

Update requirements and core scouter workflow: comment out old dataops library dependency, change default namespace in worker.py, and enhance timestamp handling in core_scouter.py with DATETIME_FORMAT.
This commit is contained in:
vitor-aignosi
2025-08-21 12:16:06 -03:00
parent 799aa5af3e
commit fad10bc0d0
3 changed files with 10 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ async def main():
temporal_client = await client.Client.connect(
target_host=host,
namespace=os.getenv('TEMPORAL_NAMESPACE', 'laborious'),
namespace=os.getenv('TEMPORAL_NAMESPACE', 'scouter'),
runtime=new_runtime
)