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
Hi. While developing a controllers, i did implement graceful shutdown for controllers and restart them afterwards. But, even the controller manager is being recreated, the usedNames map is not cleaned and there are no mechanism to do so.
I'm wondering if this can be improved and maybe tied to controller.Manager
The text was updated successfully, but these errors were encountered:
This PR set the unique naming validation up where this PR added the option to skip the naming validation. It sounds like you can take advantage of this.
Hi. While developing a controllers, i did implement graceful shutdown for controllers and restart them afterwards. But, even the controller manager is being recreated, the
usedNames
map is not cleaned and there are no mechanism to do so.I'm wondering if this can be improved and maybe tied to
controller.Manager
The text was updated successfully, but these errors were encountered: