Skip to content
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

Make dynamo create table job idempotent #817

Merged
merged 7 commits into from
May 29, 2023
Merged

Conversation

MiroslavRepka
Copy link
Contributor

fixes #814.

When users upgrade Claudie, they must remove completed jobs (create-table-job and make-bucket-job) as some fields are immutable. However, create-table-job was not idempotent and was failing once redeployed. This PR fixes it.

@MiroslavRepka MiroslavRepka added the bug Something isn't working label May 23, 2023
@MiroslavRepka MiroslavRepka self-assigned this May 23, 2023
@MiroslavRepka MiroslavRepka added this pull request to the merge queue May 29, 2023
Merged via the queue into master with commit 2115c71 May 29, 2023
6 of 7 checks passed
@MiroslavRepka MiroslavRepka deleted the feat/job-idempotency branch May 29, 2023 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: upgrading Claudie results in create-table-job error
3 participants