DEVLOK Real Estate CRM
Backend API for a real-estate CRM built with Django and MySQL, responsible for property, lead and user management.
Exposes REST endpoints for CRUD operations, authentication, role-based access and background tasks for email notifications.
- Background tasks occasionally failed under loadSwitched to resilient Celery retry policies, increased worker concurrency, and monitored task rates to scale workers horizontally using Docker.