Description
git commit bcabfce6 introduced limitations on what job environments must be named. Are these names arbitrary or is there some policy attached to these names?
I suspect they are not arbitrary because I believe aurora will preempt tasks that are not in the prod environment to make room for jobs that are.
What would the ramifications be of removing the "_validate_environment_name" function from src/main/python/apache/aurora/client/config.py ? Are there reasons why this was introduced in the first place?