Tag: asyncio
All the articles with the tag "asyncio".
-
Predileto '#13 - Scoped Concurrency in Async Python Workers
Software DevelopmentHow we built a gather_with_concurrency utility to parallelize Google Places API calls inside an SQS worker — and why scoped semaphores are safe in single-loop async architectures.
-
Predileto '#10 - Async Concurrency Patterns for IO-Bound Python Services
Software DevelopmentHow we went from sequential awaits to controlled concurrency in our Python AI pipelines — covering asyncio internals, semaphore-based throttling, Celery thread pools, LangChain thread safety, and the tradeoffs that matter when your bottleneck is API latency.