ITISFoundation / osparc-simcore

🐼 osparc-simcore simulation framework
https://osparc.io
MIT License
46 stars 27 forks source link

failing or pending dy-sidecar are left and never removed even if deleted #3219

Closed sanderegg closed 2 years ago

sanderegg commented 2 years ago

If a dy-sidecar cannot get enough resources on a node it is pending execution. what happens then is that the director-v2 will consider that node as failed and then leave it unattended --> using node resources for nothing and preventing new nodes to start.

NOTE: this happens because of osparc-simcore#3195

sanderegg commented 2 years ago

this issue was fixed through #3272