How can the ades process name be customized? #84
Unanswered
totycro
asked this question in
ADES (Processing)
Replies: 1 comment
|
The ADES relies upon this naming convention to ensure uniqueness of process names - i.e. including the version in the name in order to support multiple versions of the same app being deployed. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When deploying the snuggs process with version 0.3.0, ades creates this process name:
snuggs-0_3_0.In our use case, we would like to use the process name in further systems, which however don't allow an underscore in the name. Is there a way to change the format here, or even turn this behavior off, such that the process name is only
snuggsin ades?All reactions