We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf3bf6 commit 3f25a0fCopy full SHA for 3f25a0f
src/server/node_services/nodes_monitor.js
@@ -1904,6 +1904,11 @@ class NodesMonitor extends EventEmitter {
1904
if (item.node.migrating_to_pool) {
1905
delete item.node.migrating_to_pool;
1906
}
1907
+ if (item.node.deleting) {
1908
+ // We mark it in order to remove the agent fully (process and tokens etc)
1909
+ // Only after successfully completing the removal we assign the deleted date
1910
+ item.ready_to_be_deleted = true;
1911
+ }
1912
act.done = true;
1913
1914
0 commit comments