feat: implement timeout handling and error messages for image generation

This commit is contained in:
2026-05-31 11:54:11 +02:00
parent c410c2e80d
commit 5794c96c21
4 changed files with 85 additions and 26 deletions
+17
View File
@@ -0,0 +1,17 @@
## [Unreleased] - 2026-05-31
### Added
- Added frontend regression test for image-generation timeout handling.
### Changed
- Frontend API helper now supports per-call timeout overrides.
### Removed
- None.
### Fixed
- Fixed frontend image generation route to handle backend timeout/request errors gracefully instead of returning 500 tracebacks.