95d4e4be75c79342ab7e7055c3a60459a570be59
The run_logs relationship joins scout_run_logs.scout_id (varchar) to cloud_scout_configs.id (uuid); Postgres has no varchar=uuid operator so the ORM cascade on db.delete(scout) 500'd. Core deletes bypass it; triage queue rows cascade via FK ondelete.
DEV
Run in DEV with command:
uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload --log-config logging.conf
Description
Languages
Python
99.8%
Dockerfile
0.1%