dropwizard-quartz icon indicating copy to clipboard operation
dropwizard-quartz copied to clipboard

Simple Job Scheduler implementation for dropwizard, integrating Guice and Quartz.

Results 4 dropwizard-quartz issues
Sort by recently updated
recently updated
newest added

Could you please release the latest commit to maven repository? Thanks!

Hey, I'm using dropwizard-quartz 0.7.2 with dropwizard 1.0.3 and i'm not able to build it due to org.reflections:reflections:0.9.10 lib conflict. Maven Build Log:- [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) --- [WARNING] Dependency...

When `@Scheduled` is used on a job class, that class is registered with the scheduler without a job identity or trigger identity. Quartz randomly assigns these ids. When using the...

The readme.md has few improvement areas which i want to highlight. I am trying to integrate it with our project but scheduler looks angry and doesnt execute. Here are the...