Taavi says:
convert the redis deployment to be a statefulset and give it persistent storage
Taavi says:
convert the redis deployment to be a statefulset and give it persistent storage
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Resolved | BUG REPORT | Andrew | T392107 quarry.wmcloud.org: "This web service cannot be reached" due to redis pod running out of disk space | ||
| Resolved | Feature | taavi | T392141 Update quarry redis deployment |
Mentioned in SAL (#wikimedia-cloud) [2025-04-17T10:55:33Z] <taavi> deploying T392138 T392141 T392143 patches
The merged patch migrated the deployment to a replicaset, and added an emptyDir volume for the data directory to use. If we care that data enough (job queue + sessions) I guess we could make that persistent, but it might also not be worth it.