Skip to content

A dynamic scheduler using Quartz and persisting the scheduler interval into database.

Notifications You must be signed in to change notification settings

xisvaldo/quartz-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quartz-poc

A dynamic scheduler using Quartz and persisting the scheduler interval into database.


curl --location --request POST 'localhost:8080/scheduler'
--header 'Content-Type: application/json'
--data-raw '{ "identity": "job one", "description": "this job will do something amazing", "intervalInSeconds": 10 }'

About

A dynamic scheduler using Quartz and persisting the scheduler interval into database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages