I ended up with minutes-long open transactions in the database in prod which was causing outtages. This is because I thought transactions were basically free, which is a terrible thing to think. Instead we'll just open them when we need them. |
||
|---|---|---|
| .. | ||
| db.go | ||
| job.go | ||
| llm.go | ||
| phone_number.go | ||
| report.go | ||
| send.go | ||
| text.go | ||