Jesus Illescas @netcode.rocks · Nov 19

Post mortem of yesterday's outage. TLDR: An assumption in a SQL query caused duplicated entries, which are shared in a file that is distributed and used by a Bot system. This Bot system has a limit (memory), that was exceeded causing a panic in Rust. blog.cloudflare.com/18-november-...

0 likes 1 replies

?

Replies

Jesus Illescas · Nov 19

This make me remember the Zen of Python. "Explicit is better than implicit." In this case in the SQL query, the best would have been to explicitly defined from which database the entries should be fetched.