Git Product home page Git Product logo

Comments (2)

qwn3213 avatar qwn3213 commented on August 25, 2024

之前也遇到且解决过这个问题,xxl-job手动通过api下线执行器会有bug

原因:只删了xxl_job_registry的执行器心跳注册数据,没删xxl_job_group执行器列表,任务执行时是去xxl_job_group去拿ip。源码里freshGroupRegistryInfo方法是未实现,上线延迟问题不大,但是下线延迟有可能导致任务调度到下线30秒内的执行器。

处理方法:可以自己来更新group表,精简复制一下JobRegistryMonitorHelper里的代码到freshGroupRegistryInfo

from xxl-job.

zhanghanwei2008 avatar zhanghanwei2008 commented on August 25, 2024

JobRegistryMonitorHelper 这个类在最新版本里代码被注释掉了。

from xxl-job.

Related Issues (20)

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.