How to handle state locking for multiple PRs opened at the same time #1533
Unanswered
florianmutter
asked this question in
Deprecated (Question and Answer)
Replies: 1 comment 1 reply
-
tfaction itself doesn't provide any features and solutions about the State Locking issue, About Renovate, maybe you can use grouping feature to update multiple dependencies in the same pull request. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
We use renovate to update dependencies. Renovate creates multiple PRs at the same time, e.g. for updating different helm releases we deploy with terraform. tfaction starts to run at the same time resulting in failure because the state is locked.
I do see two options that I could think of that both have downsides
Any suggestions what we could do?
Background of the question
No response
Example Code
GitHub Actions
tfaction-root.yaml
tfaction.yaml
Note
No response
Beta Was this translation helpful? Give feedback.
All reactions