mitai-jinkendo/frontend/src
Lars b1d596e0ab
All checks were successful
Deploy Development / deploy (push) Successful in 53s
Build Test / pytest-backend (push) Successful in 5s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 16s
fix: Use SSE streaming in WorkflowExecutePanel to prevent 504 timeout
ROOT CAUSE:
- WorkflowExecutePanel used api.executeWorkflow (synchronous POST)
- Long workflows (10+ nodes, 60-90s) → 504 Gateway Timeout
- Reverse proxy kills request after 60s

SOLUTION:
- Switch to api.executeUnifiedPromptStream (SSE)
- Real-time progress updates during execution
- No timeout (streaming connection stays alive)
- Progress display: X/Y Nodes • Current node label

Changes:
- Replace executeWorkflow with executeUnifiedPromptStream
- Add progress callback for node_complete events
- Add progress state + UI display
- Flexbox column layout for progress bar

Fixes: 504 Gateway Timeout bei langen Workflows im Workflow Designer
2026-04-13 15:18:50 +02:00
..
components fix: Use SSE streaming in WorkflowExecutePanel to prevent 504 timeout 2026-04-13 15:18:50 +02:00
config feat: Enhance StartNode and Workflow Editor with analysis metadata 2026-04-11 12:19:06 +02:00
context fix: email verification auto-login and user experience 2026-03-21 10:32:24 +01:00
layouts feat: Refactor settings navigation and enhance profile reference values display 2026-04-07 06:24:47 +02:00
pages feat: Add WorkflowDebugPanel component to display per-node debug information 2026-04-13 12:41:12 +02:00
pilot feat: Remove deprecated pilot widgets and layout management 2026-04-07 11:07:33 +02:00
styles fix: Inline Prompts - UX-Verbesserungen 2026-04-11 08:58:46 +02:00
utils fix: Include node_states from SSE events in frontend result 2026-04-13 13:06:53 +02:00
widgetSystem feat: Enhance DashboardConfigurePage with drag-and-drop functionality and improved widget search 2026-04-08 07:58:52 +02:00
app.css neuer Viewport für Admin-Seiten 2026-04-11 11:32:46 +02:00
App.jsx feat(csv-templates): Introduce CSV template analysis and validation features 2026-04-10 06:39:41 +02:00
main.jsx feat: initial commit – Mitai Jinkendo v9a 2026-03-16 13:35:11 +01:00