d5d6201177
Improve error response from Lob integration
2026-04-28 22:14:05 +00:00
8387cf667b
Add company filter to Lob list addresses
...
...even though I never made it actually work.
2026-04-20 22:33:20 +00:00
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
cedbb3372e
Try to capture more data on the failure to create address with Lob
2026-04-17 20:50:43 +00:00
273e2b7b32
Ignore new lob test utils
2026-04-17 02:23:28 +00:00
dc3cce0b8a
Switch to multipart upload of PDF to lob, move backend to using that.
2026-04-17 02:22:05 +00:00
2c0aa980e7
Working creation of a letter
...
I had to use an address ID for 'to' and 'from' and then did really
weak-sauce inline HTML.
2026-04-17 01:00:16 +00:00
3ab0a00959
Working path to create addresses in lob
2026-04-17 00:23:34 +00:00
b7eff027e7
Parse out lob's address format
2026-04-17 00:02:10 +00:00
97ec0667a5
Initial success talking to lob directly with my own client
2026-04-16 22:41:43 +00:00