scholarr/docs/operations/overview.md
Justin Visser 0c5b199b76 docs: rebuild documentation from scratch with clean IA
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 09:39:27 +01:00

821 B

title sidebar_position
Operations Overview 1

Operations Overview

This section covers production deployment, database administration, and scrape safety operations.

Guide Description
Deployment Production Docker setup, scaling, health checks
Database Runbook Backup, restore, integrity checks, repair procedures
Scrape Safety Runbook Rate limiting, cooldowns, CAPTCHA handling
arXiv Runbook arXiv rate limits, cache tuning, query patterns

Health Check

The app exposes GET /healthz for container orchestration:

curl -fsS http://localhost:8000/healthz

Docker Compose healthcheck config:

  • Interval: 10s
  • Timeout: 5s
  • Retries: 12