pnnl / proven-cluster

MIT License
0 stars 4 forks source link

MO to "prune" OOS components #14

Open telsethag opened 4 years ago

telsethag commented 4 years ago

Create a maintenance operation performed by modules to destroy components created by them that are out of service, can't be used to trigger a scale operation, and has no distributed objects that require transfer or recovery. This is a cleanup operation to save memory and decrease registry sizes. This will include adding a decorated destroy method to Creator interface.

telsethag commented 4 years ago

Duplicate of #28