Help families in GazaDonate to the IRC to provide humanitarian aid and resettlement resources to families in Gaza
JT's Space
Articles
About
Journal
RaW
GitHub
Articles
About
Journal
RaW
GitHub

Thursday September 5, 2024

JT Houk
Published September 5, 2024
inventory-snapshotssystem-reviewcode-review

Team

System Review

Discussed degrading Apdex scores and what they mean for our system's health. Apdex measures user satisfaction with response times, and a downward trend signals that endpoints are getting slower. We need to identify the culprits before they become user-facing problems.

Projects

Inventory Snapshots

Fixed tests for deleting snapshots and added database transactions to the snapshot queries. Wrapping these operations in transactions ensures that if something fails mid-write, we don't end up with partially created or corrupted snapshot records.

Code Reviews

Reviewed Yongmin's transaction changes for the audit system.