# ltsopensource/light-task-scheduler

Distributed Scheduled Job Framework

Repository: https://github.com/ltsopensource/light-task-scheduler
Canonical: https://ross.abutalabs.com/products/light-task-scheduler
Language: Java
License: Apache-2.0
License Family: permissive
Topics: task, lts, java, springboot, spring, spi
Last push: 2022-10-20T07:34:03+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4331, "days_push": 1413, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2996, forks 1137 (observed 2026-08-28T04:07:37.055999+00:00)

## What it is
LTS (light-task-scheduler) is a Java distributed scheduled job framework supporting real-time, scheduled, and Cron tasks with horizontally scalable, stateless nodes. It includes JobClient, JobTracker, TaskTracker, and an LTS-Admin console, using Zookeeper/Redis for registry and Mongo/MySQL for task queues.

## Use cases
- run distributed cron jobs across a cluster
- schedule one-off tasks at a specific time
- execute real-time tasks with load balancing
- monitor and manage scheduled jobs from an admin console
- add fault-tolerant task submission with FailStore
- dynamically add or modify job parameters at runtime

## When to choose
- you need a Java distributed job scheduler with Spring integration
- you want scalable, stateless task execution nodes with master election
- you need an admin UI for job queue and node monitoring

## When to avoid
- you need a single-node cron scheduler like Quartz only
- your stack is not JVM-based
- you need a project with frequent recent releases

## Facets
- artifact type: framework
- maturity: maintenance
- function: scheduling, workflow-automation, message-queue, monitoring
- domain: microservices, backend
- platform: jvm, cross-platform, self-hosted
- tags: distributed-task-scheduling, cron-jobs, job-scheduler, spring-integration, zookeeper, failover, job-tracker, task-tracker, automation, devops

## Member repositories
- ltsopensource/light-task-scheduler (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:37.055999+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:30:45.259671+00:00, confidence not recorded.
  - readme: https://github.com/ltsopensource/light-task-scheduler (fetched 2026-08-28T04:07:37.055999+00:00, sha f9b302fcd53e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
