Alibaba Cloud Native
Alibaba Cloud Native
Jul 19, 2024 · Cloud Native

Implement Distributed Scheduled Tasks with Spring Cloud Alibaba SchedulerX

This guide explains why traditional Java timers fail in microservice clusters, introduces Spring Cloud Alibaba's SchedulerX module with high‑availability and lock features, and provides step‑by‑step Maven setup, configuration, and code examples for both Alibaba SchedulerX and the open‑source ShedLock approach.

JavaSchedulerXShedLock
0 likes · 10 min read
Implement Distributed Scheduled Tasks with Spring Cloud Alibaba SchedulerX
Alibaba Cloud Native
Alibaba Cloud Native
Nov 21, 2022 · Cloud Native

Why Scheduled Tasks Need Distributed Tracing and How SchedulerX Solves It

This article explains the challenges of visibility in periodic backend jobs, introduces distributed tracing concepts, compares open‑source solutions, and details Alibaba's SchedulerX approach—including trace binding, sampling control, and real‑world case studies for e‑commerce, finance, and gaming workloads.

SchedulerXscheduled tasks
0 likes · 10 min read
Why Scheduled Tasks Need Distributed Tracing and How SchedulerX Solves It
Alibaba Cloud Native
Alibaba Cloud Native
Jul 31, 2022 · Cloud Native

How SchedulerX Simplifies Kubernetes Job Development and Management

This article compares native Kubernetes Job workflows with Alibaba Cloud SchedulerX's visual scripting solution, showing step‑by‑step how to create, run, and monitor Jobs and CronJobs without building container images, and highlights SchedulerX's added features such as history, logging, alerts, and visual orchestration.

JobKubernetesSchedulerX
0 likes · 9 min read
How SchedulerX Simplifies Kubernetes Job Development and Management