Josef Šustáček
Josef Šustáček
I noticed that the default hook for ASG processes is registered as ` "asg_scheduled_actions ="` and not as `asg_scaling_processes`, see https://github.com/Sceptre/sceptre/blob/b7585fd7bf9607230f9d4324166b49cd59cab3ee/setup.py#L59 In the docs (2.2.1) and also the code (https://github.com/Sceptre/sceptre/blob/9a36309ed1daa15ef65504fa550adf161e6d7c6f/sceptre/hooks/asg_scaling_processes.py#L39-L40)...
Right now, when some token cannot be expanded, only an ERROR is logged: https://github.com/orctom/gradle-archetype-plugin/blob/master/src/main/groovy/com/orctom/gradle/archetype/util/FileUtils.groovy#L128 This might easily be missed by the users, producing a file where no tokens are expanded...