DOMjudge / domjudge

DOMjudge programming contest jury system
https://www.domjudge.org
GNU General Public License v2.0
739 stars 258 forks source link

Remove transaction from fetch work API. #2843

Closed meisterT closed 12 hours ago

meisterT commented 1 day ago

We have seen the transaction to fail, resulting in exceptions/500s.

There is also no need to have a transaction at all. We now do check after the update whether we won instead and if not, tell the judgehost to try again.