LogsNotes on systems, Rust, web infrastructure, and software design.Don't use `tokio::try_join!`, use `tokio::join!` instead.tokio::try_join! might look convenient with built in error handling and parellalism in one line, but this presents some major design flaws in this api.2025-09-09