From 52fd68f469961f91799ede7bc69274406c82267f Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Wed, 24 Sep 2025 10:26:09 -0300 Subject: [PATCH 1/2] Update orchestrator/workflows/subworkflows/process_notifications.py Co-authored-by: codeant-ai[bot] <151821869+codeant-ai[bot]@users.noreply.github.com> --- orchestrator/workflows/subworkflows/process_notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchestrator/workflows/subworkflows/process_notifications.py b/orchestrator/workflows/subworkflows/process_notifications.py index f868515..7809ac1 100644 --- a/orchestrator/workflows/subworkflows/process_notifications.py +++ b/orchestrator/workflows/subworkflows/process_notifications.py @@ -70,7 +70,7 @@ class ProcessNotifications: ) if not log_report: - return + return {} # Format the log report to a dataframe to be stored in the database log_report = await workflow.execute_local_activity_method( From 0991cc74ab8e1db5931e96805f83cbabd1b5c983 Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Wed, 24 Sep 2025 10:26:20 -0300 Subject: [PATCH 2/2] Update run_local.sh Co-authored-by: codeant-ai[bot] <151821869+codeant-ai[bot]@users.noreply.github.com> --- run_local.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_local.sh b/run_local.sh index 4ff3c78..af97775 100755 --- a/run_local.sh +++ b/run_local.sh @@ -15,4 +15,4 @@ else fi echo "Starting orchestrator application..." -python -m orchestrator.worker.worker +exec python -m orchestrator.worker.worker