Tagged articles
9 articles
Page 1 of 1
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.

QuartzXXL-JOBdistributed-lock
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 DevelopmentQuartzelasticjob
0 likes · 20 min read
How to Pick a Task Scheduling Framework: Quartz, ElasticJob, XXL‑JOB
Alibaba Cloud Native
Alibaba Cloud Native
Sep 1, 2022 · Operations

Which Scheduling Solution Fits Your Enterprise? Crontab, Spring Task, ElasticJob, XXLJob or Serverless

This article compares five popular enterprise scheduling solutions—Crontab, Spring Task, ElasticJob, XXLJob, and Serverless Job—by outlining their goals, usage patterns, implementation details, and common pain points, helping architects choose the most suitable option for cloud‑native environments.

Spring Taskcrontabelasticjob
0 likes · 18 min read
Which Scheduling Solution Fits Your Enterprise? Crontab, Spring Task, ElasticJob, XXLJob or Serverless
政采云技术
政采云技术
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.

Distributed SchedulingJavaJob Management
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.

JavaQuartzXXL-JOB
0 likes · 17 min read
Understanding Task Scheduling: Quartz, Distributed Locks, ElasticJob‑Lite, XXL‑JOB and a Custom Solution
Programmer DD
Programmer DD
Jul 29, 2021 · Backend Development

Avoid Elastic Job Name Conflicts with Namespace Isolation

This article explains why Elastic Job tasks can clash in ZooKeeper when they share the same name but different classes, and shows how using the namespace property—especially tying it to the Spring Boot application name—effectively isolates jobs and prevents such conflicts.

Namespaceelasticjobjob-conflict
0 likes · 7 min read
Avoid Elastic Job Name Conflicts with Namespace Isolation
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.

Backend DevelopmentDistributed SchedulingSpring Boot
0 likes · 3 min read
What’s New in ElasticJob 3.0.0‑alpha? Features, API Changes, and Release Highlights
Programmer DD
Programmer DD
Jul 11, 2020 · Backend Development

What Makes ElasticJob the Next‑Generation Distributed Scheduler?

ElasticJob is a Java‑based distributed scheduling framework that blends Quartz‑style job timing with ZooKeeper coordination, offering lightweight Lite and cloud‑native Cloud editions, elastic scaling, resource governance, and a roadmap toward Kubernetes support and plug‑in extensibility.

Distributed SchedulingKubernetesMesos
0 likes · 15 min read
What Makes ElasticJob the Next‑Generation Distributed Scheduler?