Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【工具自荐】监控Spring Boot项目中@Scheduled调度任务运行情况 #5780

Open
pxzxj opened this issue Dec 24, 2024 · 0 comments
Open

Comments

@pxzxj
Copy link

pxzxj commented Dec 24, 2024

@Scheduled 注解是Spring Boot项目中流行的创建调度任务的方案,它使用非常简单,但也过于简单无法对调度任务进行管理和监控,例如查看调度任务运行情况等

使用 actuator-scheduledtask-spring-boot-starter 可以很方便的查看项目中存在的调度任务定义以及任务运行情况,包括任务开始结束时间、执行日志和异常信息

仓库地址

def
run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant