buggyrace / buggy-race-server

Race server and supporting material for running a "Buggy Racing" Python programming project
https://www.buggyrace.net
Other
1 stars 0 forks source link

bump to v2.0.55 with db transaction rollback on teardown #242

Closed davewhiteland closed 2 months ago

davewhiteland commented 2 months ago

Adding db.rollback if an exception is caught at the end of a transaction. Deploying at RHUL (production) to see if it alleviates the occasional (but currently unreproducible) problems that throw an untrapped 500 and report an invalid transaction in the heroku logs that needs rolling back.