hackclub/hack-as-a-service-v0

Better log streaming solution

Closed this issue ยท 2 comments

When streaming logs via curl, it seems to disconnect after a minute or so. I'm not sure exactly where this issue originates (Docker API/Gin/nginx), but I'll find out ๐Ÿ”Ž

This is the error:

curl: (92) HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)

Closing because (I think?) this has been solved. See https://hackclub.slack.com/archives/C01N3B30TFB/p1619551926027200 for context

Not solved. That's a temporary solution and doesn't scale... which is why WebSockets or SSE should be considered instead.