Skip to content

Commit 48144e2

Browse files
committed
[DFSM] Increase the frequency of cfn-hup loop.
In particular, we set one iteration per minute, rather than one every 2 minutes. Signed-off-by: Giacomo Marciani <[email protected]>
1 parent 1e07cc2 commit 48144e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/aws-parallelcluster-environment/templates/cfn_bootstrap/cfn-hup-runner.sh.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ set -ex
1010

1111
while true; do
1212
<%= @cfn_bootstrap_virtualenv_path %>/bin/cfn-hup --no-daemon --verbose
13-
sleep 120
13+
sleep 60
1414
done

0 commit comments

Comments
 (0)