tested appender service to events

This commit is contained in:
2025-05-04 21:24:29 +03:00
parent 0cde34a9bc
commit dd707b2463
30 changed files with 1167 additions and 277 deletions

View File

@@ -270,6 +270,7 @@ class CRUDModel:
except Exception as e:
db.rollback()
print('e', e)
cls.raise_exception(
f"Failed to find or create record: {str(e)}", status_code=500
)