mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
fixes https://github.com/coder/internal/issues/863 We read an output file in a loop, but this could lead to races where the other process has created the file but not written, or a partial write in progress. Fix is to retry if the content is shorter than we expect.