The rerun endpoint returned 500 because Pydantic tried to serialize updated_at from a stale SQLAlchemy instance after flush(). Added db.refresh(instance) to ensure all attributes are loaded. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| audit_service.py | ||
| feedback_service.py | ||
| file_service.py | ||
| job_service.py | ||
| output_service.py | ||
| report_service.py | ||