- Optimisation and streamlining of messages in ExecutionProgressTracker (ept)

- Adaptation of ProgressTracker to handle these optimised messages
- Hardening SSE-streaming in eveai_chat_client
This commit is contained in:
Josako
2025-10-03 08:58:44 +02:00
parent 79a3f94ac2
commit 5465dae52f
5 changed files with 40 additions and 13 deletions

View File

@@ -301,7 +301,8 @@ def task_progress_stream(task_id):
mimetype='text/event-stream',
headers={
'Cache-Control': 'no-cache',
'X-Accel-Buffering': 'no'
'X-Accel-Buffering': 'no',
'Connection': 'keep-alive'
}
)
except Exception as e: