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

Fix remaining Redis inserts to ensure they have a TTL (expiration) #1468

Closed
ccostino opened this issue Dec 6, 2024 · 0 comments · Fixed by #1500
Closed

Fix remaining Redis inserts to ensure they have a TTL (expiration) #1468

ccostino opened this issue Dec 6, 2024 · 0 comments · Fixed by #1500
Assignees
Labels
engineering python Pull requests that update Python code

Comments

@ccostino
Copy link
Contributor

ccostino commented Dec 6, 2024

During the large batch sends this week, we realized that pretty much all inserts into Redis didn't have a TTL/expiration associated with them, which meant that data persisted forever and soaked up all available memory in our Redis cluster.

We made some adjustments to the retry-tasks and database-tasks, but we need to make sure all of the other queues that use Redis are doing the same.

@ccostino ccostino added engineering python Pull requests that update Python code labels Dec 6, 2024
@ccostino ccostino moved this from 🌱 New to ⬇ Up-Next in Notify.gov product board Dec 6, 2024
@terrazoon terrazoon self-assigned this Dec 23, 2024
@terrazoon terrazoon moved this from ⬇ Up-Next to 🏗 In progress (WIP: ≤ 3 per person) in Notify.gov product board Dec 23, 2024
@terrazoon terrazoon linked a pull request Dec 23, 2024 that will close this issue
@terrazoon terrazoon moved this from 🏗 In progress (WIP: ≤ 3 per person) to 👀 In review in Notify.gov product board Dec 26, 2024
@github-project-automation github-project-automation bot moved this from 👀 In review to ✅ Done in Notify.gov product board Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engineering python Pull requests that update Python code
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants