Skip to content

Retry Gloo Virtual Service deletion on simulation teardown

Related tasks

Context

Gloo Virtual Service routes for a simulation are deleted during simulation teardown. This process currently only happens once, and fails to terminate simulations if the Gloo Virtual Service fails to udpate.

Change

The Virtual Service route deletion process is now retried a number of times before failing. The attempts are performed with exponential back-off, for up to 10 minutes.

Other information

Additional documentation

Merge request reports