We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8ff6e commit 571f8edCopy full SHA for 571f8ed
src/pymc_server/utils/names.py
@@ -1,7 +1,7 @@
1
import uuid
2
from sky.utils import common_utils
3
-def generate_service_name(prefix = "pymc"):
+def generate_service_name(prefix = "pymcs"):
4
return f'{prefix}-service-{uuid.uuid4().hex[:4]}'
5
6
-def generate_cluster_name(prefix = "pymc"):
+def generate_cluster_name(prefix = "pymcs"):
7
return f'{prefix}-{uuid.uuid4().hex[:4]}-{common_utils.get_cleaned_username()}'
0 commit comments