Skip to content

env service: fix race condition

Jaime Nuche requested to merge T379366 into main

While waiting for an env to come online, it's possible for the env to be deleted. The code now handles that scenario correctly

Bug: T379366

Merge request reports