golemfactory/ray-on-golem

Terminate node does not cancel its pending creation

approxit opened this issue · 1 comments

By working with AR, we encountered a problem: after stack removal, the flow of creating a new node still runs. That run fails due to a lack of existing state of managers etc.

RayService needs to track creation tasks per node id and cancel them when node termination is requested.

done :)