Comment on We Deleted Tokio from Our Payment System and Cut Cloud Costs by $127,000Comments−gfs10moOne 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.
Comments
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.