Skip to content

Commit

Permalink
Increase retries when no dynamoDB entry is found
Browse files Browse the repository at this point in the history
Increase retries when no dynamoDB entry is found, from 2 to 5 minutes

Signed-off-by: Luca Carrogu <carrogu@amazon.com>
  • Loading branch information
lukeseawalker committed Nov 8, 2023
1 parent 127d43f commit 2d83d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/aws-parallelcluster-slurm/recipes/init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
if node['cluster']['node_type'] == "ComputeFleet"

ruby_block "retrieve compute node info" do
retries 12
retries 30
retry_delay 10
block do
slurm_nodename = dynamodb_info
Expand Down

0 comments on commit 2d83d5e

Please sign in to comment.