Skip to content

salesforce/quick-quartz

build

quick-quartz

A concurrent JDBC job store implementation for Quartz.

build

make

quick start

Set the job store in your quartz properties:

org.quartz.jobStore.class=com.salesforce.zero.quickquartz.QuickQuartz

Use QuickQuartzSchedulerFactory to create a Scheduler:

@Bean
fun scheduler(): Scheduler {
    return QuickQuartzSchedulerFactory(myDataSource(), myQuartzProperties).scheduler
}

Then use the scheduler as you normally would.

code style

We use ktlint.

ktlint --apply-to-idea-project

The spotless maven plugin is also configured to use ktlint.

resources

About

No description, website, or topics provided.

Resources

License

BSD-3-Clause, Unknown licenses found

Licenses found

BSD-3-Clause
LICENSE
Unknown
license-header

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published