Hi,
It would be nice that Spring Boot Actuator exposes endpoints for extra information about scheduled tasks(crons) in addition to runnable, expression, fixedDelay, fixedRate and custom endpoints like these:
I think these endpoints would be helpful for developers and for 3rd party monitoring tools (e.g. Spring Boot Admin)
Thanks.
Hi,
It would be nice that Spring Boot Actuator exposes endpoints for extra information about scheduled tasks(crons) in addition to runnable, expression, fixedDelay, fixedRate and custom endpoints like these:
Last Execution Time
Last Execution Status
Next Execution Time
Ability to change expression
Ability to run a scheduled task manually
I think these endpoints would be helpful for developers and for 3rd party monitoring tools (e.g. Spring Boot Admin)
Thanks.