Placeholder: expand this write-up with architecture notes, screenshots, and results.
Built a Django REST API for async scraping-job ingestion, status tracking, and PostgreSQL-backed result storage.
Used Celery, RabbitMQ, and priority queues for background execution, retries, and failure handling. Added Redis caching for task state and deduplication, and Dockerized all services for local distributed deployment.