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

io.quarkus.quartz.runtime.QuartzRuntimeConfig.jdp Maven / Gradle / Ivy

There is a newer version: 3.17.5
Show newest version
#
#Wed Oct 05 12:03:53 CEST 2022
io.quarkus.quartz.runtime.QuartzRuntimeConfig.threadPriority=Thread priority of worker threads in the pool.
io.quarkus.quartz.runtime.QuartzRuntimeConfig.startMode=Scheduler can be started in different modes\: normal, forced or halted.\nBy default, the scheduler is not started unless a {@link io.quarkus.scheduler.Scheduled} business method\nis found.\nIf set to "forced", scheduler will be started even if no scheduled business methods are found.\nThis is necessary for "pure" programmatic scheduling.\nAdditionally, setting it to "halted" will behave just like forced mode but the scheduler will not start\ntriggering jobs until an explicit start is called from the main scheduler.\nThis is useful to programmatically register listeners before scheduler starts performing some work.
io.quarkus.quartz.runtime.QuartzRuntimeConfig.misfirePolicyPerJobs=Misfire policy per job configuration.
io.quarkus.quartz.runtime.QuartzRuntimeConfig.instanceName=The name of the Quartz instance.
io.quarkus.quartz.runtime.QuartzRuntimeConfig.misfireThreshold=Defines how late the schedulers should be to be considered misfired.
io.quarkus.quartz.runtime.QuartzRuntimeConfig.threadCount=The size of scheduler thread pool. This will initialize the number of worker threads in the pool.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy