You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening an issue to investigate why this happens — often you need to refresh the page to see the latest logs, the page doesn't auto-reload to fetch new logs.
Environment
Kestra Version: develop
The text was updated successfully, but these errors were encountered:
the Execution Logs tab -- might be only an issue on Kafka/Elasticsearch backend though - both me and Ludo saw it a lot in Cloud where logs don't appear until the page is refreshed
anna-geller
changed the title
[UI] Viewing logs requires page refresh
[UI] Viewing logs on the Executions Logs tab requires page refresh
Feb 7, 2025
It's an issue with late arrival of logs.
We don't know when all logs will arrive, today what we do is when an execution ends, we wait 2s before closing the SSE connection, we may want to wait a little more as logs may arrives more than 2s later.
Then, I strongly think we may add a refresh toggle button when the SSE connection is ended so that user may easily refresh the logs without reloading their browser tab. When we close the SSE connection, we may also add a warning that all logs may not be present so the user may refresh to see them.
There is no way to know that all logs are present.
Describe the issue
Opening an issue to investigate why this happens — often you need to refresh the page to see the latest logs, the page doesn't auto-reload to fetch new logs.
Environment
The text was updated successfully, but these errors were encountered: