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

Task output streaming latency due to buffering with reverse proxies #139

Closed
rezib opened this issue Aug 28, 2023 · 0 comments · Fixed by #140
Closed

Task output streaming latency due to buffering with reverse proxies #139

rezib opened this issue Aug 28, 2023 · 0 comments · Fixed by #140
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation
Milestone

Comments

@rezib
Copy link
Contributor

rezib commented Aug 28, 2023

Reverse proxies usually do some buffering of the responses before send them to clients. This is not ideal when fatbuildrctl reports the stream of tasks output, users don't want to receive large chunks of output with large latency. A solution must be found to avoid this behaviour with reverse proxies.

@rezib rezib added bug Something isn't working documentation Improvements or additions to documentation labels Aug 28, 2023
@rezib rezib self-assigned this Aug 28, 2023
@rezib rezib added this to the v2.1.0 milestone Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant