Talk - Jason Fried: If an asyncio Task fails in the woods and nobody is around to see it, does i....
Description:
Explore common pitfalls and effective solutions for asyncio in Python during this 28-minute PyCon US talk. Discover how to handle cryptic or silent failures in asyncio production code, often encountered during late-night debugging sessions. Learn to identify and rectify poor asyncio usage patterns, while gaining insights into robust techniques for bootstrapping and tear-down processes. Equip yourself with practical tools and knowledge to enhance the asyncio code you maintain, ensuring better reliability and performance in your projects.
If an Asyncio Task Fails in the Woods and Nobody Is Around to See It, Does It Make a Sound?