You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
anderius, andrewspencer, skosijer, victor-ferrer, dmengelt and 18 more