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

bring in fixes from RHUL deploy (2023–24 term3) #198

Closed davewhiteland closed 5 months ago

davewhiteland commented 5 months ago

Mainly improves the handling of application before database is populated (in flask db migration operations); now catches database errors so unprepared databases don't prevent server running (if a 500 is triggered, the problem in init is reported via the webserver). Also fixed some mangled default task texts (the autofork distributiuon method was a duplication had RHUL's vscode method).