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