Skip to content

Commit

Permalink
docs: implement michiels suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollorion committed Sep 12, 2024
1 parent 9aa9295 commit 0d22166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trigger/advanced-automated-retries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Advanced Automated Retries
source: advanced-automated-retries.rego
type: trigger
description: |
Sometimes Terraform or Pulumi deployments fail for a reason that has nothing to do with the code
Sometimes deployments fail for a reason that has nothing to do with the code
- think eventual consistency between various cloud subsystems, transient API errors etc.
This trigger policy will restart the failed run up to a maximum number of times. This policy can also be configured
This trigger policy will restart the failed run up to a maximum number of times (default: 3). This policy can also be configured
on a per stack basis by setting `spacelift_retry:<number>` on the stacks labels.
labels:
- trigger
Expand Down

0 comments on commit 0d22166

Please sign in to comment.