如何管理调度 Spring Boot 应用程序任务?

How to manage scheduling SpringBoot Applications tasks?

目前,在我们公司,同事使用@Scheduled来安排任务。有时,任务会偶尔停止。所以我想知道是否有更好的日程安排做法?

您可以将 Quartz 与 spring 引导一起使用。它具有比默认功能更多的功能。 https://www.quartz-scheduler.org/ https://docs.spring.io/spring-boot/docs/2.1.18.RELEASE/reference/html/boot-features-quartz.html