Git Product home page Git Product logo

geyuxin / legends Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tongbanjie/legends

0.0 0.0 0.0 1.36 MB

使用 Java 开发的一个任务调度框架,可以远程执行一次性或重复性的JOB,查看任务的执行状态以及任务结果(返回值、执行时间等) 本框架只负责调度,支持集群,任务执行在目标的服务器上,与业务解耦。

Java 80.32% JavaScript 11.58% CSS 8.10%

legends's Introduction

Legends 远程任务调度框架

使用 Java 开发的一个任务调度框架,可以远程执行一次性或重复性的JOB,查看任务的执行状态以及任务结果(返回值、执行时间等) 本框架只负责调度,支持集群,任务执行在目标的服务器上,与业务解耦。

演示地址: http://legends.sunyi.io/

功能简介

服务器端-添加任务

可以添加一个远程任务:

  • 在指定某个时间执行一次任务
  • 指定一个 Cron 表达式循环的执行任务。
  • 添加任务时,测试这个任务是否配置成功。

需要指定这个远程任务的名字,分组,服务器地址,执行时间或Cron表达式,任务类全路径,参数等等。 img

服务器端-任务列表

查看配置了哪些任务,可以编辑修改这些任务,比如:执行时间、参数等等。 img

服务器端-任务执行记录

查看所有的任务执行记录,包括:执行结果、任务耗时、返回信息、抛出的异常等等。 img

其他

  • 删除一个任务可以在历史记录里看到。
  • 任务执行情况数据过多后,清理一周或一个月前的数据。
  • 可以监控所有任务下次执行时间。

legends's People

Contributors

sunyi113 avatar

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.