com.github.kfcfans:powerjob-worker-agent

Distributed scheduling and execution framework

License

License

GroupId

GroupId

com.github.kfcfans
ArtifactId

ArtifactId

powerjob-worker-agent
Last Version

Last Version

3.4.8
Release Date

Release Date

Type

Type

jar
Description

Description

Distributed scheduling and execution framework

Download powerjob-worker-agent

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.kfcfans/powerjob-worker-agent/ -->
<dependency>
    <groupId>com.github.kfcfans</groupId>
    <artifactId>powerjob-worker-agent</artifactId>
    <version>3.4.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kfcfans/powerjob-worker-agent/
implementation 'com.github.kfcfans:powerjob-worker-agent:3.4.8'
// https://jarcasting.com/artifacts/com.github.kfcfans/powerjob-worker-agent/
implementation ("com.github.kfcfans:powerjob-worker-agent:3.4.8")
'com.github.kfcfans:powerjob-worker-agent:jar:3.4.8'
<dependency org="com.github.kfcfans" name="powerjob-worker-agent" rev="3.4.8">
  <artifact name="powerjob-worker-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kfcfans', module='powerjob-worker-agent', version='3.4.8')
)
libraryDependencies += "com.github.kfcfans" % "powerjob-worker-agent" % "3.4.8"
[com.github.kfcfans/powerjob-worker-agent "3.4.8"]

Dependencies

compile (5)

Group / Artifact Type Version
com.github.kfcfans : powerjob-worker jar 3.4.8
com.github.kfcfans : powerjob-official-processors jar 1.0.3
info.picocli : picocli jar 4.3.2
ch.qos.logback : logback-core jar 1.2.3
ch.qos.logback : logback-classic jar 1.2.3

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.12

Project Modules

There are no modules declared in this project.

English | 简体中文

PowerJob

actions Maven Central GitHub release (latest SemVer) LICENSE

PowerJob is an open-source distributed computing and job scheduling framework which allows developers to easily schedule tasks in their own application.

Refer to PowerJob Introduction for detailed information.

Introduction

Features

  • Friendly UI: Front-end page is provided and developers can manage their task, monitor the status, check the logs online, etc.

  • Abundant Timing Strategies: Four timing strategies are supported, including CRON expression, fixed rate, fixed delay and OpenAPI which allows you to define your own scheduling policies, such as delaying execution.

  • Multiple Execution Mode: Four execution modes are supported, including stand-alone, broadcast, Map and MapReduce. Distributed computing resource could be utilized in MapReduce mode, try the magic out here!

  • Workflow(DAG) Support: Both job dependency management and data communications between jobs are supported.

  • Extensive Processor Support: Developers can write their processors in Java, Shell, Python, and will subsequently support multilingual scheduling via HTTP.

  • Powerful Disaster Tolerance: As long as there are enough computing nodes, configurable retry policies make it possible for your task to be executed and finished successfully.

  • High Availability & High Performance: PowerJob supports unlimited horizontal expansion. It's easy to achieve high availability and performance by deploying as many PowerJob server and worker nodes.

Applicable scenes

  • Timed tasks, for example, allocating e-coupons on 9 AM every morning.
  • Broadcast tasks, for example, broadcasting to the cluster to clear logs.
  • MapReduce tasks, for example, speeding up certain job like updating large amounts of data.
  • Delayed tasks, for example, processing overdue orders.
  • Customized tasks, triggered with OpenAPI.

Online trial

Documents

Docs

中文文档

Stargazers over time

Stargazers over time

Known Users

Click to register as PowerJob user!
ღ( ´・ᴗ・` )ღ Many thanks to the following registered users. ღ( ´・ᴗ・` )ღ

PowerJob User

License

PowerJob is released under Apache License 2.0. Please refer to License for details.

Others

  • Any developer interested in getting more involved in PowerJob may join our Reddit or Gitter community and make contributions!

  • Reach out to me through email [email protected]. Any issues or questions are welcomed on Issues.

  • Look forward to your opinions. Response may be late but not denied.

com.github.kfcfans

PowerJob

Distributed Job scheduling middleware(分布式任务调度中间件)

Versions

Version
3.4.8
3.4.7
3.4.6
3.4.5
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0-bugfix
3.4.0
3.3.3
3.3.2
3.3.1
3.3.0
3.2.3
3.2.2
3.2.1
3.2.0
3.1.3
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0