new1일 전· 1 sources

Cronflower: turn a Spring Boot app into a distributed cron cluster

Why it matters

@Scheduled is fine until it isn't. It runs in one JVM, so the moment you scale to two instances the job fires twice. It has no retry, no timeout, no record of what ran, and if the box reboots at 02:00...

1
Sources
+1
24h
Growth
1d
Active

Sources

Related Issues