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 6bc24c2 commit d0ea4b2Copy full SHA for d0ea4b2
cli/pcluster/cfnconfig.py
@@ -514,7 +514,7 @@ def __validate_awsbatch_os(self, baseos):
514
515
def __run_batch_validation(self, config):
516
self.__check_option_absent_awsbatch(config, 'initial_queue_size')
517
- self.__check_option_absent_awsbatch(config, 'maintain_queue_size')
+ self.__check_option_absent_awsbatch(config, 'maintain_initial_size')
518
self.__check_option_absent_awsbatch(config, 'max_queue_size')
519
self.__check_option_absent_awsbatch(config, 'spot_price')
520
0 commit comments