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
It can happen (e.g. OOM killed) that the container stops while we're checking the topology. In such cases, right now, the container tries until it times out. We should instead check on each try if the container is still running, and if not simply exit.
To Reproduce
Start a container with too little memory with the topology check.
Expected behavior
Exit early of the topology check if the container stopped running.
The text was updated successfully, but these errors were encountered:
Describe the bug
It can happen (e.g. OOM killed) that the container stops while we're checking the topology. In such cases, right now, the container tries until it times out. We should instead check on each try if the container is still running, and if not simply exit.
To Reproduce
Start a container with too little memory with the topology check.
Expected behavior
Exit early of the topology check if the container stopped running.
The text was updated successfully, but these errors were encountered: