Tag

ElasticJob

0 views collected around this technical thread.

Sanyou's Java Diary
Sanyou's Java Diary
Feb 9, 2023 · Backend Development

Choosing the Right Task Scheduling Framework: Quartz, ElasticJob, XXL-JOB and More

This article compares popular Java task scheduling solutions—including Quartz, Spring Schedule with Redis locks, ElasticJob‑Lite, centralized MQ and XXL‑JOB approaches—explaining their core components, clustering strategies, code examples, and practical selection guidance for building reliable distributed schedulers.

Distributed LockElasticJobQuartz
0 likes · 19 min read
Choosing the Right Task Scheduling Framework: Quartz, ElasticJob, XXL-JOB and More
macrozheng
macrozheng
Nov 10, 2022 · Backend Development

How to Pick a Task Scheduling Framework: Quartz, ElasticJob, XXL‑JOB

This article compares popular Java task scheduling solutions—including Quartz, ElasticJob‑Lite, XXL‑JOB, and custom implementations—explaining their core components, clustering strategies, distributed lock mechanisms, and practical code examples to help engineers choose the right framework for their needs.

Backend DevelopmentDistributed LockElasticJob
0 likes · 20 min read
How to Pick a Task Scheduling Framework: Quartz, ElasticJob, XXL‑JOB
政采云技术
政采云技术
Jun 30, 2022 · Backend Development

ElasticJob‑Lite Overview and Implementation Details

This article provides a comprehensive overview of ElasticJob‑Lite, a distributed scheduling solution for high‑concurrency environments, covering its architecture, ZooKeeper‑based registration and sharding mechanisms, core listener components, key code examples, and the UI console deployment.

ElasticJobJavaSharding
0 likes · 14 min read
ElasticJob‑Lite Overview and Implementation Details
Code Ape Tech Column
Code Ape Tech Column
Apr 27, 2022 · Backend Development

Understanding Task Scheduling: Quartz, Distributed Locks, ElasticJob‑Lite, XXL‑JOB and a Custom Solution

This article explains the core concepts, architectures and trade‑offs of several Java task‑scheduling solutions—including Quartz, Redis/Zookeeper distributed locks, ElasticJob‑Lite, XXL‑JOB and a self‑built scheduler—while providing code examples and practical guidance for building reliable, scalable job execution systems.

BackendDistributed LockElasticJob
0 likes · 17 min read
Understanding Task Scheduling: Quartz, Distributed Locks, ElasticJob‑Lite, XXL‑JOB and a Custom Solution
Java Architecture Diary
Java Architecture Diary
Aug 10, 2020 · Backend Development

What’s New in ElasticJob 3.0.0‑alpha? Features, API Changes, and Release Highlights

ElasticJob 3.0.0‑alpha introduces a Spring Boot starter for ElasticJob‑Lite, one‑time tasks, expanded database support for execution logs, environment‑variable IP declaration, and several API changes including a new Maven groupId, package name, namespace, SPI‑based job types, and modular UI separation.

API changesBackend DevelopmentElasticJob
0 likes · 3 min read
What’s New in ElasticJob 3.0.0‑alpha? Features, API Changes, and Release Highlights