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

Add the ability to trigger a Quartz job on-demand through an Actuator endpoint #43086

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 18, 2024

  1. Add the ability to trigger a Quartz job on-demand through an Actuator…

    … endpoint
    
    Before this commit, triggering a Quartz job on demand was not possible.
    This commit introduces a new @WriteOperation endpoint
    at /actuator/quartz/jobs/{groupName}/{jobName}/trigger,
    allowing a job to be triggered by specifying the jobName and groupName
    
    See spring-projectsgh-42530
    nosan committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    084bd7f View commit details
    Browse the repository at this point in the history