Python Infrastructure

Python system-reliability patterns for this project's services. Use when queueing tasks or building async workers (NATS JetStream / nats-py), designing durable multi-step workflows that must survive crashes (Dapr Workflow / dapr-ext-workflow), handling transient failures with retries/backoff (tenacity) or circuit breakers, caching with Redis, or instrumenting services with OpenTelemetry traces/metrics/logs (OTLP). NOT FOR language idioms or type hygiene (use `writing-python`), HTTP routing (use `fastapi`), or deep OTel reference (use `otel`).

ai-riksarkivet 5dabfe4 6 files · 44.9 KB Updated

File contents

ai-riksarkivet/ra-skills/tree/main/skills/python-infrastructure commit 5dabfe483e

Frequently asked questions

npx skillmds@latest add ai-riksarkivet/python-infrastructure