
docs.quartz-sample.json Maven / Gradle / Ivy
{
"instances": {
"default": {
"waitForJobsToComplete": true
},
"default123": {
"waitForJobsToComplete": true
}
},
"threadPool": {
"count": 3,
"priority": 5
},
"jobStore": {
"kind": "redisson"
},
"jobs": {
"test2": {
"deleted": false,
"storeDurably": true,
"dataMap": {
"aa": 123,
"bb": "123456"
}
},
"test3": {
"storeDurably": true
}
},
"triggers": {
"test2": {
"scheduler": {
"simple": {
"repeatCount": -1
}
}
},
"test3": {
"scheduler": {
"simple": {
"repeatCount": -1
}
}
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy