Managing Recurring Batch Tasks with Spring Scheduler
Introduction In a recent project I worked on for a client, I needed to design a system to synchronise updates from one database to another, in a brittle architecture which already saw high usage from daily traffic. This is how I set up a recurring batch...