From a159277e3809a19af71aa1a58b66e7b833bb4da6 Mon Sep 17 00:00:00 2001 From: Cizz22 Date: Tue, 19 May 2026 11:36:23 +0700 Subject: [PATCH] docs: add API endpoints documentation and perform minor cleanup in model and service modules --- temporal/activity.py | 1 + 1 file changed, 1 insertion(+) diff --git a/temporal/activity.py b/temporal/activity.py index 6cb36e8..f58d16e 100644 --- a/temporal/activity.py +++ b/temporal/activity.py @@ -99,6 +99,7 @@ async def call_callback_ahm(params): await call_ahm_callback_service(sim_id, job_id) return True except Exception as e: + activity.logger.error(f"Callback to AHM failed: {str(e)}") raise e