You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We see a lot of workspaces (prebuilds only?) failing to retrieve the Git one-time-secret (OTS) when trying to run the initializer. Affected workspaces can be identified in the DB with:
SELECT *
FROM d_b_prebuild_workspace AS pws
WHERE pws.error LIKE "%failed OTS download%"
LIMIT 50;
It's possible that there are more affected, who's state is later overwritten by #8096
The text was updated successfully, but these errors were encountered:
sometimes prebuilds hang for too long (<30mins) in the workspace cluster, resulting in start failures like these ☝️ While this is bad, both workspace and webapp teams have that our their radars, so this does not warrant a new issues.
Context: #8096
We see a lot of workspaces (prebuilds only?) failing to retrieve the Git one-time-secret (OTS) when trying to run the initializer. Affected workspaces can be identified in the DB with:
It's possible that there are more affected, who's state is later overwritten by #8096
The text was updated successfully, but these errors were encountered: