codecentric / spring-boot-admin

Admin UI for administration of spring boot applications
Apache License 2.0
12.35k stars 3.07k forks source link

Enhance the capability of the Quartz job #3725

Open mranile-dev opened 17 hours ago

mranile-dev commented 17 hours ago

The tool is currently having a capability to show the configured and scheduled Quartz jobs which is great!. This feature request is to extend its capability to be able to do the following:

  1. Add a capability to execute the job on-demand by a click of a button.
  2. Add a capability to modify/override the cron expression of the scheduled job.

It would be very nice to have this capability in SBA, making it as some sort of a remote control of the springboot applications.

SteKoe commented 15 hours ago

Hi @mranile-dev,

can you provide documentation that shows this capability in Quartz actuator of Spring Boot? I haven’t found it in the documentation here: https://docs.spring.io/spring-boot/api/rest/actuator/quartz.html

If there does not exist an actuator endpoint supporting this feature, we cannot provide it as functionality.

Regards, SteKoe