Skip to content

Commit

Permalink
Retry if failed to change EC2 instance state to 'running' (#21015)
Browse files Browse the repository at this point in the history
* retry if failed to change EC2 instance state to 'running'

* Empty-Commit
  • Loading branch information
usamasaqib authored Nov 21, 2023
1 parent d11dc9c commit 1d8a8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/new-e2e/system-probe/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ var errors = []handledError{
errorType: ec2StateChangeTimeoutError,
errorString: "timeout while waiting for state to become 'running'",
metric: "ec2-timeout-state-change",
action: emitMetric,
action: retryStack | emitMetric,
},
}

Expand Down

0 comments on commit 1d8a8cf

Please sign in to comment.