momentum-mod / website

Momentum Mod's main website.
https://momentum-mod.org
MIT License
58 stars 61 forks source link

Fix Prisma transaction timeout during map submission #1039

Closed tsa96 closed 1 month ago

tsa96 commented 1 month ago

This was a case of me keeping a Prisma transaction open for the lifetime of several S3 requests. I've pulled out the S3 logic to run in a separate task that won't block the DB work.

Haven't written tests for this since I can't think of a reliable way to E2E test this and we'll test it out on staging tonight.

Closes #998

Checks