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