Skip to content

Always attempt retry of job trace read when file is missing

Stan Hu requested to merge sh-always-retry-read-build-logs into master

In !40075 (merged), we added a check for the write lock to determine whether to retry reading a missing, archived build log. However, in production, it appears this issue is still happening about 1000 times a day, so let's always retry to see if this reduces that incident rate.

This reverts commit f09bbb58.

Edited by Stan Hu

Merge request reports