Tagged articles
19 articles
Page 1 of 1
Data STUDIO
Data STUDIO
Apr 1, 2026 · Artificial Intelligence

Blackboard System: Enabling Dynamic Collaboration Among Expert AI Agents

This article compares a rigid sequential multi‑agent pipeline with a flexible blackboard architecture, showing how shared memory and a dynamic controller let specialist AI agents cooperate opportunistically, obey conditional user instructions, and achieve higher efficiency and instruction‑following scores.

Blackboard SystemDynamic SchedulingLLM
0 likes · 21 min read
Blackboard System: Enabling Dynamic Collaboration Among Expert AI Agents
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Aug 13, 2025 · Backend Development

Master Dynamic Scheduling in Spring Boot 3: From Database‑Driven Cron to Runtime Task Management

This article demonstrates how to replace static @Scheduled annotations with database‑driven Cron expressions in Spring Boot 3, covering task entity design, repository methods, service validation, thread‑pool scheduler configuration, dynamic task registration, testing, and security‑focused optimizations for safe runtime scheduling.

Dynamic Schedulingcronspring-boot
0 likes · 11 min read
Master Dynamic Scheduling in Spring Boot 3: From Database‑Driven Cron to Runtime Task Management
Java Captain
Java Captain
Apr 20, 2025 · Backend Development

Dynamic Adjustment of Scheduled Tasks in SpringBoot Using ThreadPoolTaskScheduler

This article explains how to dynamically modify the execution time of SpringBoot scheduled tasks by combining ScheduledTaskRegistrar with ThreadPoolTaskScheduler, decoupling business logic from triggers, and provides complete code examples for adding, updating, and removing tasks at runtime.

Backend DevelopmentDynamic SchedulingJava
0 likes · 9 min read
Dynamic Adjustment of Scheduled Tasks in SpringBoot Using ThreadPoolTaskScheduler
Baidu Geek Talk
Baidu Geek Talk
Aug 12, 2024 · Cloud Computing

How Baidu’s Cloud HPC Transforms Hybrid Computing for Enterprises

The article explains how Baidu Cloud's CHPC platform offers a full‑stack, hybrid‑cloud HPC solution with modern hardware, dynamic scheduling, elastic scaling, and performance tuning, enabling enterprises in life sciences and manufacturing to cut costs, accelerate innovation, and efficiently manage compute workloads.

Case StudyDynamic SchedulingHPC
0 likes · 8 min read
How Baidu’s Cloud HPC Transforms Hybrid Computing for Enterprises
JD Tech Talk
JD Tech Talk
Aug 3, 2024 · Operations

Evolution of Load Balancing Strategies in JD Advertising Online Model System

This article examines the progression of load‑balancing techniques used in JD's advertising online model system, analyzing current challenges, outlining requirements, reviewing static and dynamic strategies, and presenting a multi‑objective, hierarchical approach that improves service availability, resource utilization, and overall system stability.

Dynamic Schedulingload balancingresource utilization
0 likes · 14 min read
Evolution of Load Balancing Strategies in JD Advertising Online Model System
Java Captain
Java Captain
May 29, 2023 · Backend Development

Implementing Dynamic Scheduled Tasks in Spring Boot

This tutorial demonstrates how to create Spring Boot scheduled tasks whose execution intervals can be changed at runtime using either a configurable cron expression or a flexible periodic trigger, complete with code examples and a REST API for updating the schedule.

Backend DevelopmentDynamic SchedulingJava
0 likes · 10 min read
Implementing Dynamic Scheduled Tasks in Spring Boot
Java Captain
Java Captain
Apr 3, 2023 · Backend Development

Implementing Dynamic Scheduled Tasks in Spring Boot

This guide explains how to create Spring Boot scheduled tasks whose execution intervals can be changed at runtime using configurable cron expressions or periodic triggers, and provides REST endpoints to update the schedule without restarting the application.

BackendDynamic SchedulingJava
0 likes · 9 min read
Implementing Dynamic Scheduled Tasks in Spring Boot
Tencent Cloud Developer
Tencent Cloud Developer
Dec 26, 2022 · Cloud Native

Challenges and Optimization Strategies for Containerized Deployment of Online Services on Kubernetes

Tencent’s shift from VMs to Kubernetes for massive online services faces pod‑size rigidity, heterogeneous node balancing, elastic scaling, and massive cluster‑pool mapping, prompting optimizations such as dynamic CPU compression, custom load‑aware scheduling, collaborative HPA/VPA scaling, dynamic quota migration, unified routing‑sync, and an automated decision‑tree‑driven self‑healing workflow for container‑destruction failures.

Dynamic SchedulingKubernetesResource Optimization
0 likes · 12 min read
Challenges and Optimization Strategies for Containerized Deployment of Online Services on Kubernetes
Java Captain
Java Captain
Sep 29, 2022 · Backend Development

Implementing Dynamic Scheduled Tasks in Spring Boot

This tutorial demonstrates how to create Spring Boot scheduled tasks whose execution intervals can be changed at runtime using both CronTrigger and PeriodicTrigger, providing REST endpoints to update the cron expression or timer value dynamically.

Backend DevelopmentCron TriggerDynamic Scheduling
0 likes · 6 min read
Implementing Dynamic Scheduled Tasks in Spring Boot
Alibaba Cloud Native
Alibaba Cloud Native
Feb 8, 2022 · Cloud Native

How Does OCM Placement Dynamically Schedule Multi‑Cluster Workloads?

This article explains how Open Cluster Management's Placement API selects target clusters for workloads in multi‑cluster Kubernetes environments, covering ManagedClusterSet concepts, Placement spec fields, predicate filtering, prioritizer policies, dynamic scoring, and practical YAML examples that demonstrate weight adjustments and best‑practice scenarios.

Cloud NativeDynamic SchedulingKubernetes
0 likes · 22 min read
How Does OCM Placement Dynamically Schedule Multi‑Cluster Workloads?
Programmer DD
Programmer DD
Oct 12, 2021 · Backend Development

How to Add Dynamic Scheduled Tasks in Spring Boot Without Quartz

This article explains how to implement dynamic creation, deletion, start, and stop of scheduled tasks in a Spring Boot application by customizing the ScheduledTaskRegistrar and using a lightweight thread‑pool scheduler, providing full code examples and a complete runnable solution.

Dynamic SchedulingJavaSpring Boot
0 likes · 12 min read
How to Add Dynamic Scheduled Tasks in Spring Boot Without Quartz
Top Architect
Top Architect
Jul 8, 2021 · Backend Development

Implementing Dynamic Add/Delete/Start/Stop Scheduled Tasks in Spring Boot

This article explains how to overcome Spring Boot's static @Scheduled limitation by customizing the task scheduler, creating wrapper classes and a registrar to dynamically add, remove, start, and stop cron‑based jobs, with full code examples and a database‑driven design.

Backend DevelopmentDynamic SchedulingJava
0 likes · 11 min read
Implementing Dynamic Add/Delete/Start/Stop Scheduled Tasks in Spring Boot
转转QA
转转QA
Jun 11, 2020 · Backend Development

Integrating Quartz with Spring Boot for Dynamic Scheduled Tasks

This article explains how to integrate the Quartz scheduler into a Spring Boot application to create, update, delete, pause, and resume dynamic scheduled jobs without restarting the service, covering Quartz fundamentals, storage options, configuration steps, job implementation, and deployment considerations.

Dynamic SchedulingQuartzSpring Boot
0 likes · 6 min read
Integrating Quartz with Spring Boot for Dynamic Scheduled Tasks
Alibaba Cloud Native
Alibaba Cloud Native
Oct 11, 2019 · Cloud Native

Can Dynamic Cgroup Tweaks Boost Kubernetes Resource Utilization?

This article shares Alibaba Cloud Container Platform's practical experience in improving container resource utilization by dynamically adjusting cgroup limits, describing real‑world challenges, the design of a policy‑engine solution, experimental results, lessons learned, and future directions for cloud‑native workloads.

Dynamic SchedulingKubernetesPolicy Engine
0 likes · 25 min read
Can Dynamic Cgroup Tweaks Boost Kubernetes Resource Utilization?