Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uses 2 digits suffixes for instances instead of 1 digit suffix #86

Closed

Conversation

ghost
Copy link

@ghost ghost commented Apr 25, 2019

Here is the reasoning behind this feature:
While it’s fairly infrequent, it happens to want to create 10+ instances. Even if the actual module will work correctly, names will eventually differ in size. e.g.:

[…]
instance-name-9
instance-name-10
[…]

For the sake of cleanliness and to ease the work of system administrator who deals with instances names, this PR would make sure name have the same length:

[…]
instance-name-09
instance-name-10
[…]

Now, why not 3 or 4 digits? I think it is very unlikely to have more than 100 instances of the same type and most team would scale vertically or use containers at some point.

@antonbabenko
Copy link
Member

This feature has been released as part of v2.15.0 in #147

@github-actions
Copy link

github-actions bot commented Nov 9, 2022

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant