@@ -133,6 +133,8 @@ async def update_task_status(
}
+
except Exception as e:
db.rollback()
raise HTTPException(status_code=500, detail=str(e))