nidus-sync/platform/text
Eli Ribble ade629ecf5
Rework background jobs to make transactions much shorter
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.
2026-04-17 22:53:23 +00:00
..
db.go Wire in agent to the reporter texting system 2026-01-27 19:56:26 +00:00
job.go Rework background jobs to make transactions much shorter 2026-04-17 22:53:23 +00:00
llm.go Overhaul publicreport storage layer, create unified tables 2026-03-18 15:36:20 +00:00
phone_number.go Make it possible to save SMS support status on phone record 2026-04-13 22:23:29 +00:00
report.go Return logs on comms public reports 2026-03-18 18:56:51 +00:00
send.go Rework background jobs to make transactions much shorter 2026-04-17 22:53:23 +00:00
text.go Rework background jobs to make transactions much shorter 2026-04-17 22:53:23 +00:00