On cluster recycle, choose the oldest cluster
inercia opened this issue · comments
Alvaro commented
When we recycle a cluster we are
- creating a new cluster
- activating a random cluster among the remaining clusters
- destroing a random cluster among the remaining clusters.
We should sort clusters by age and 1) destroy the oldest cluster 2) activate the next cluster in age.