You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like generate_node_id is a couple years old now. Is it considered experimental?
We're looking at using Kubernetes autoscaling, so to handle the issue of what happens when we scale down, it's either use generate_node_id or migrate off of verk. I'd like to figure out how safe the feature is at this point.
What should we be watching out for, if anything?
The text was updated successfully, but these errors were encountered:
Great question. I think we can safely update this to not be considered experimental anymore. It has been used in production for a few years and it has worked as intended 👌 . It could probably default to true tbh
Seems like
generate_node_id
is a couple years old now. Is it considered experimental?We're looking at using Kubernetes autoscaling, so to handle the issue of what happens when we scale down, it's either use
generate_node_id
or migrate off ofverk
. I'd like to figure out how safe the feature is at this point.What should we be watching out for, if anything?
The text was updated successfully, but these errors were encountered: