All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docs.quartz-sample.json Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
{
  "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