Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve log streaming #374

Closed
anbraten opened this issue Sep 28, 2021 · 1 comment · Fixed by #1802
Closed

Improve log streaming #374

anbraten opened this issue Sep 28, 2021 · 1 comment · Fixed by #1802
Labels
enhancement improve existing features ui frontend related
Milestone

Comments

@anbraten
Copy link
Member

anbraten commented Sep 28, 2021

ATM logs are not really streamed live. There seems to be some buffering in between.

  • remove Upload from rpc and only use logs to stream logs from agent to server
  • remove usage of pipeline/multipart reader
  • adjust log table to use proc_id, line, time, data
  • save log stream directly line by line to DB after received by server
  • stream log per child proc and not combined by parent proc
  • stream logs of finished procs (like normal none-stream log call) and end stream after all data from db was send (make normal log call somehow obsolete at least for UI)
@anbraten anbraten added this to the 0.16.0 milestone Oct 13, 2021
@anbraten anbraten added the enhancement improve existing features label Oct 13, 2021
@anbraten anbraten added the ui frontend related label Oct 24, 2021
@anbraten anbraten mentioned this issue Dec 10, 2021
6 tasks
@6543 6543 modified the milestones: 1.0.0, 1.1.0 May 30, 2023
@6543
Copy link
Member

6543 commented Jun 6, 2023

Closed by #1802

@6543 6543 closed this as completed Jun 6, 2023
@6543 6543 modified the milestones: 1.1.0, 1.0.0 Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement improve existing features ui frontend related
Projects
None yet
2 participants