-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(terraformlayer): exponential time before retry #102
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a good start. But:
- I feel like the logic should go inside the controller and not at the types level
- You do not reset the the annotation in the runner when a workflow is ok
I think the exponential back-off implementation is ok (Maybe not making it a method of the TerraformLayer object) But this should only apply to the PlanNeeded / ApplyNeeded state. The idea is we don't want to launch a plan/apply runner on a static period if we have an error |
1c2fa79
to
192003f
Compare
aa8affc
to
55551b6
Compare
1cb61f2
to
fd74658
Compare
fd74658
to
2c861db
Compare
abeb4bc
to
cbdf4c8
Compare
No description provided.