-
Notifications
You must be signed in to change notification settings - Fork 2
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
12/4/2024 Production Deploy Hotfix 2 #1462
Conversation
Changing the Redis plan in place is not supported - we would need to create a new cluster and then remove the old one. Signed-off-by: Carlo Costino <[email protected]>
Revert Redis plan back
Terraform Format and Style: success Show Plan
Pusher: @ccostino, Action: |
Terraform Format and Style: success Show Plan
Pusher: @ccostino, Action: |
Terraform Format and Style: success Show Plan
Pusher: @ccostino, Action: |
Terraform Format and Style: success Show Plan
Pusher: @ccostino, Action: |
A note to PR reviewers: it may be helpful to review our code review documentation to know what to keep in mind while reviewing pull requests.
Description
A hotfix of a hotfix, because we can't change Redis plans on the fly. We need to create a new cluster, bind the app to it, and then remove the old one.
This also includes an adjustment to add a TTL (expiration) to keys going to Redis for the
retry-tasks
anddatabase-tasks
keys.Security Considerations