You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
anddatabase-tasks
, but we need to make sure all of the other queues that use Redis are doing the same.The text was updated successfully, but these errors were encountered: