Medical Ethics Sudoku Incident Report
• By Arman Drismir • 1 minute readTable of Contents
The malfunction
On december 6th the UBC Medical Ethics club website had a catastrophic UI failure.
As you can see the the leaderboard header is obscured by the beaker png. The leaderboard header and beaker png are both performance critical, I needed to quickly resolve this conflict before our malfunctioning UI caused undue stress for our users.
The solution
Fortunately me and @ny4h1c were able to engineer an elegant and maintainable solution.
As you can see we managed to keep both the leaderboard header and beaker png online with minimal disruption to our loyal users. This was achieved with the following CSS rules:
}
}
}
Investigation
After a thorough investigation with our site reliability team we discovered that the error occured because more users completed the mini game than we anticipated. As shown by the graph if more than five users submit a leaderboard time the system is completely overwhelmed and the visibility of the leaderboard header drops to zero.