fix: disable memcache cleanup
This commit is contained in:
@@ -199,7 +199,9 @@ func skipCheckInCleanup(name string) bool {
|
||||
strings.HasPrefix(name, "orborus") ||
|
||||
strings.HasPrefix(name, "shuffle-orborus") ||
|
||||
strings.HasPrefix(name, "opensearch") ||
|
||||
strings.HasPrefix(name, "shuffle-opensearch")
|
||||
strings.HasPrefix(name, "shuffle-opensearch") ||
|
||||
strings.HasPrefix(name, "memcached") ||
|
||||
strings.HasPrefix(name, "shuffle-memcached")
|
||||
}
|
||||
|
||||
func cleanupExistingNodes(ctx context.Context) error {
|
||||
|
||||
Reference in New Issue
Block a user