open-job/openjob
Fork: 89 Star: 834 (更新于 1970-01-01 00:00:00)
license: Apache-2.0
Language: Java .
Distributed high performance task scheduling framework
最后发布版本: v1.0.7 ( 2023-09-10 21:05:57)
A distributed task scheduling framework.
Introduction
Openjob is A distributed and high-performance task scheduling framework that supports multiple cronjob, delay task, workflow, lightweight distributed computing, unlimited horizontal scaling, with high scalability and fault tolerance. Also has permission management, powerful alarm monitoring, and support multiple languages.
- High reliability
- Distributed with stateless design, using the Master/Worker architecture, supports multiple databases (MySQL/PostgreSQL/Oracle)
- High performance
- System uses a consistency sharding algorithm, lock-free design, task scheduling is accurate down to the second, supporting lightweight distributed computing and unlimited horizontal scaling
- Cronjob
- Supports distributed cronjob, fixed rate tasks, high-performance second tasks, and onetime tasks
- Distributed computing
- Supports multiple distributed programming models such as standalone, broadcast, Map, MapReduce, and sharding, easy to complete distributed computing for big data
- Delay task
- High performance delay task based on Redis , support multi-level storage, and provides rich statistics and reports
- Workflow
- Supports workflow scheduling engine, visual DAG design, and easy to complete complex task scheduling
- Permission management
- User management, supports menu, button, and data permission settings, flexible management of user permissions
- Alarm monitoring
- Overall monitoring metrics, rich and alarm in time, easy to locate and resolve online problem
- Multiple languages
- Support multiple languages such as Java, Go, PHP, and Python, as well as build with frameworks such as Spring Boot, Gin, and Swoft
Open source
Item | Quartz | Elastic-Job | XXL-JOB | Openjob |
---|---|---|---|---|
Cronjob | Cron | Cron | Cron | * Cronjob * second * Onetime * Fixed rate |
Delay task | No | No | No | Distributed, high-performance delay task based on Redis |
Workflow | No | No | No | Workflow design with UI |
Distributed Computing | No | Sharding | Sharding | * Broadcast * Map/MapReduce * Sharding |
Multiple languages | Java | * Java * Shell |
* Java * Shell |
* Java * Go(Gin、beego) * PHP(Swoft) * Python(Agent) * Shell * HTTP * Kettle |
Visualization | No | Weak | * Task history * Task log(Not support storage) * Dashboard |
* Task history * Task log(support H2/Mysql/Elasticsearch) * Dashboard * Full permissions * Task log stack |
Manageable | No | enable、disable task | * enable、disable task * execute once * stop |
* enable、disable task * execute once * kill * stop |
Alarms | No | * custom event * webhook |
||
Performance | Every task scheduling try to acquire a lock through the database, causes a high pressure on the database | ZooKeeper is performance bottleneck | Task scheduling is only by master, causes a high pressure on master | Uses sharding algorithm, each node can be scheduled without lock, supports unlimited horizontal scaling, and supports big task scheduling |
Maven dependency
<openjob.worker.version>1.0.7</openjob.worker.version>
<dependency>
<groupId>io.openjob.worker</groupId>
<artifactId>openjob-worker-core</artifactId>
<version>${openjob.worker.version}</version>
</dependency>
<!--If your project base on `Spring Boot`, you can directly use the following dependencies-->
<dependency>
<groupId>io.openjob.worker</groupId>
<artifactId>openjob-worker-spring-boot-starter</artifactId>
<version>${openjob.worker.version}</version>
</dependency>
Documentation
Live demo
- Find the live demo on our website.
- username: openjob
- password: openjob.io
Contact
- Gitter: https://gitter.im/openjob/openjob
- Discord: https://discord.gg/ZUmX57fKa5
- QQ Group: 849015265
- WeChat Assistant:
- WeAccount:
- Mail list:
Openjob ecosystem
- Openjob Website - Openjob official website
- Openjob UI - UI for Openjob
- Openjob Samples - Samples for Openjob
- Openjob Docker - Openjob integration with docker
Contributors
This project exists thanks to all the people who contribute. [Contributors].
License
Openjob is under the Apache 2.0 license. See the LICENSE file for details.
最近版本更新:(数据更新于 2024-11-05 14:06:15)
2023-09-10 21:05:57 v1.0.7
2023-08-07 10:53:48 v1.0.6
2023-07-19 20:37:21 v1.0.5
2023-07-03 22:18:26 v1.0.4
2023-06-12 20:44:46 v1.0.3
2023-06-06 22:50:59 v1.0.2
2023-05-19 23:36:23 v1.0.1
2023-05-13 20:30:52 v1.0.0
主题(topics):
delay, job, schedule, task
open-job/openjob同语言 Java最近更新仓库
2024-11-05 19:32:42 xiaojieonly/Ehviewer_CN_SXJ
2024-11-05 04:13:47 Stirling-Tools/Stirling-PDF
2024-11-04 02:03:13 exzhawk/EhViewer
2024-11-03 00:43:09 PBH-BTN/PeerBanHelper
2024-10-31 18:52:00 CodePhiliaX/Chat2DB
2024-10-31 11:19:43 mybatis-flex/mybatis-flex