Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 491 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 491 Bytes

quartz-scheduler

API based scheduler based on redis and quartz. It supports schedule/unschedule/update jobs.

reference

Operation

  • POST scheduler/{jobName}: to schedule/create job
  • PATCH scheduler/{jobName}: to re-schedule job
  • GET scheduler/{jobName}: to get the job information
  • GET scheduler: list all job
  • DELETE scheduler/{jobName}: delete job