DMOJ / online-judge

A modern open-source online judge and contest platform system.
https://dmoj.ca
GNU Affero General Public License v3.0
928 stars 359 forks source link

Add judge tiering for automatic failover #2346

Closed quantum5 closed 1 month ago

quantum5 commented 1 month ago

This PR adds judge tiering. Only the current lowest tier judge is used for grading while all higher tier judges are held in reserve for high availability.

Fixes #2099.

Ninjaclasher commented 1 month ago

Fixes #2099.