We Deleted Tokio from Our Payment System and Cut Cloud Costs by $127,000

by codewizon 10/31/2025, 6:36 PMwith 5 comments

by gfson 10/31/2025, 7:00 PM

> One database query took longer than expected. That blocked an async task. Which held up the executor.

This only happens if you're using blocking code in the event loop, right? This article seems like an admission of over-engineering from the get go.

by stefanos82on 10/31/2025, 7:26 PM

The first thing I thought when I read this weird article was "wait...do they use their database synchronously in an asynchronous environment or am I missing something here?".

Most of us have been bitten by this naive mistake and I'm sure we have learned our lesson.

by codewizon 10/31/2025, 6:37 PM

https://archive.is/Qbkrq

by sema4hackeron 10/31/2025, 6:55 PM

The comments posted on the original article are not impressed.