
Distributed Task Scheduler
Built a distributed task scheduler with a dashboard, scheduler, and worker services using PostgreSQL, Redis (ZSET & Streams), and Go; capable of handling 1M+ daily jobs (tested for 80k spike in 10 mins) with retry and failure tracking. Deployed on AWS ECS Fargate, supporting scalable job ingestion, processing, and real-time monitoring with Redis locks, partitioned DB design, and consumer groups....





