Completed
Case: Hidden bomb inside a 3 party dependency
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Improving Debuggability of Complex Asyncio Applications
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 About Lablup
- 3 Production debugging
- 4 Solutions for "hard" problems
- 5 Traceback in asyncio
- 6 Task creation chain tracker
- 7 Task termination tracker
- 8 Task cancellation chain tracker
- 9 Task termination & cancellation chain tracker
- 10 Case: Backend.Al "hangs"
- 11 Case: Backend.Al "hogs the CPU"
- 12 Case: Hidden bomb inside a 3 party dependency
- 13 Lessons
- 14 Future Work