Closed
Description
Bug description
Instead of hanging in "stopping" forever these workspaces should become "stopped" eventually.
Event trace log: https://cloudlogging.app.goo.gl/WKaqhS2EQWt6qspw7
DB query:
SELECT wsi.*
FROM d_b_workspace_instance AS wsi
JOIN d_b_workspace AS ws
ON ws.id = wsi.workspaceId
WHERE wsi.phasePersisted = 'stopping'
AND status->>'$.conditions.failed' LIKE "IDE failed to start%"
ORDER BY wsi.creationTime DESC
LIMIT 500;
instanceIds:
9ff933b3-d487-4b45-a966-e715767f91df
70d4134a-5c87-4aa2-877c-89f6f22ac777
Steps to reproduce
see above
Expected behavior
No response
Example repository
No response
Anything else?
No response