nidus-sync/platform/csv
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
..
csv.go Rework background jobs to make transactions much shorter 2026-04-17 22:53:23 +00:00
flyover.go Fix up upload by ID 2026-03-19 15:31:04 +00:00
pool.go Drop to a single worker in the geocode pool 2026-04-16 23:50:19 +00:00