network_call
Outbound network call
Outbound network call
Line 73Snippets
def fetch_data(url: str) -> dict:async def fetch_with_timeout(url: str) -> dict:@traced("fetch_user_data")async def fetch_user_data(user_id: str) -> dict: self.metrics.increment("user.fetch.success")Trust Score
Updated hace 6 días
Analizado
31 mar 2026, 15:58
+ 2 previous scans
Compatible con
Skill details
Updated hace 6 días
Analizado 31 mar 2026, 15:58
Descripcion
Python resilience patterns including automatic retries, exponential backoff, timeouts, and fault-tolerant decorators. Use when adding retry logic, implementing timeouts, building fault-tolerant services, or handling transient failures.
Scans recientes
31 mar 2026, 15:58
Latest analysis
31 mar 2026, 15:13
Run 2
27 mar 2026, 15:54
Run 1