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 6天前
分析时间
2026年3月31日 15:58
+ 2 previous scans
兼容
Skill details
Updated 6天前
分析时间 2026年3月31日 15:58
说明
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.
最近扫描
2026年3月31日 15:58
Latest analysis
2026年3月31日 15:13
Run 2
2026年3月27日 15:54
Run 1