PowerJob/PowerJob
Enterprise job scheduling middleware with distributed computing ability. observed · 2026-08-28
Health v2 · maintenance only
56/100
- Activity 71
- Release rhythm 11
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 253
- age_days: 2361
- days_rel: 381
- days_push: 179
- n_releases_24m: 2
Adoption not part of the score
7783 stars · 1380 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
PowerJob is an open-source enterprise job scheduling and distributed computing framework written in Java. It provides a web console, multiple timing strategies (CRON, fixed rate/delay, OpenAPI), workflow DAG orchestration, and MapReduce-style distributed task execution with high availability.
Use cases
- schedule cron jobs across a distributed cluster
- run MapReduce-style batch data processing tasks
- orchestrate dependent jobs as a DAG workflow
- broadcast tasks to all cluster nodes like log cleanup
- schedule delayed tasks such as processing overdue orders
- monitor and manage scheduled jobs from a web UI
- trigger tasks programmatically via OpenAPI
When to choose
- you need distributed job scheduling with horizontal scalability in a JVM stack
- you want workflow/DAG dependencies between scheduled jobs
- you need a built-in web console for monitoring, logs, and operations
- you want MapReduce-style parallel execution across worker nodes
When to avoid
- you only need simple single-node cron scheduling
- your stack is non-JVM and you cannot run Java workers
- you prefer a lightweight scheduler without deploying server and worker clusters
Facets
framework · maturity active
scheduling workflow-automation monitoring alerting middleware microservices backend developer-tools jvm self-hosted job-scheduler cron mapreduce distributed-computing task-orchestration workflow-dag java automation web-server
2 sources
- readme: https://github.com/PowerJob/PowerJob · fetched 2026-08-28 · 9cc13117dfaf
- homepage: http://www.powerjob.tech/ · fetched 2026-08-29 · a00011423310
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| PowerJob/PowerJob | main | 56 |
For agents
markdown · JSON · MCP: product_card(name="PowerJob/PowerJob")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem