Coder Social home page Coder Social logo

quartz-demo's People

Contributors

chamithkodikara avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

quartz-demo's Issues

Start Two Spring Boot Project Error

ERROR: This scheduler instance (86825868-6f63-4589-ba41-291d3aff6fc8) is still active but was recovered by another instance in the cluster. This may cause inconsistent behavior.
I google this,find nothing,hope you can help me

testing broken.

running "mvn test". should not come to a halt because the system upon which this is run is not configured in some predefined way.

I would suggest either

a). Test are setup to run with H2. an in-jvm-process database which is SQL compliant.

or

b) if you must use a "real" database like Postgres or mysql that you use some one of the "test container" database setups. In this way all that's needed is docker. All the other details are "fixed" within your test setup.

updating cron expression is not working

Hi, I an trying to update the cron expression to "0 0/1 0 ? * *" from a custom controller using the "updateScheduleJob" method. The details get updated in the DB table "scheduler_job_info" but the trigger stops firing after the update and the trigger state becomes "WAITING". How can I update the cron schedule in DB without restarting the application ?
Thanks in advance.

The application uses wrong jobStore class

As it is defined in the application.properties it should use
spring.quartz.properties.org.quartz.jobStore.class=org.quartz.impl.jdbcjobstore.JobStoreTX

but when running the application it actually uses
org.quartz.impl.jdbcjobstore.JobStoreCMT
which does not manage the transactions, so the example fails in a clustered environment.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.