There are many failing prebuilds without a snapshot that are still marked as available and therefore used for new workspace starts.
SELECT * FROM d_b_prebuilt_workspace WHERE snapshot='' and state = 'available' order by creationTime DESC
- We need to figure out why these workspaces fail (many have an error message (Out of Memory) but some don't).
- Make sure they are marked as failed, so they are not considered when starting a workspace.