#35736·osu

Add a "liveness probe" for score submissions such that outages don't cause users to be unable to play

Author: bdachCreated Nov 19, 2025Updated Sep 16, 2026
Labelsarea:online functionality

As other efforts to attempt increasing resiliency turn out to be either a lot of work or stalled due to circumstances outside our control, a short-term solution to enable the game being playable during server outages would be to implement a sort of "liveness probe", being an endpoint independent of other infra that should be as simple and as resilient to falling over as possible, which would be used by the client to determine whether things are alive and whether to bother submitting scores or not.

Have not thought of any of the details like:

cc @peppy