Designed Scalable Cron using Spring Boot & Quartz
1. 📘 Background: Why We Needed a Cron Service we had a growing set of scheduled tasks—ranging from Kafka consumers to SQS listeners and custom time-based jobs. These were originally scattered across different services and tightly coupled to their respective modules. As the complexity grew, it became difficult to: We decided to build a dedicated […]
Designed Scalable Cron using Spring Boot & Quartz Read More »