Tag

task orchestration

1 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Feb 4, 2024 · Backend Development

How to Orchestrate Parallel and Dependent Tasks with AsyncTool

This article introduces AsyncTool, a Java concurrency framework that enables flexible parallel, serial, dependent, and callback‑driven task orchestration, explains its core components (worker, callback, wrapper), and provides multiple code‑first examples illustrating complex workflow compositions.

JavaParallel Executionasync
0 likes · 9 min read
How to Orchestrate Parallel and Dependent Tasks with AsyncTool
Baidu Geek Talk
Baidu Geek Talk
Jan 8, 2024 · Backend Development

Exgraph: A Graph Execution Engine for Task Orchestration

Exgraph, Baidu Search’s graph execution engine, uses a human‑readable description language and a robust execution core with dependency injection, object pooling, and interruption handling to orchestrate complex, parallel or conditional tasks, improving code readability and unifying diverse execution scenarios in search architecture.

DAGGo developmentObject Pooling
0 likes · 10 min read
Exgraph: A Graph Execution Engine for Task Orchestration
HomeTech
HomeTech
Jun 14, 2023 · Backend Development

Design and Implementation of a Task Orchestration Framework for Business Systems

This article introduces the background, core concepts, architecture, and implementation details of a lightweight Java task orchestration framework that simplifies complex business workflows by managing task dependencies, parallel execution, and error handling, thereby improving development efficiency and system maintainability.

Java ConcurrencyWorkflow Enginebackend development
0 likes · 25 min read
Design and Implementation of a Task Orchestration Framework for Business Systems
ByteFE
ByteFE
May 16, 2022 · Operations

Task Orchestration in Large Monorepos: Capabilities, Tools, and Best Practices

This article examines the challenges of managing large monorepos, outlines the essential capabilities such as dependency management, task orchestration and version publishing, compares popular tools like Turborepo, Rush and pnpm, and provides practical guidance on scope definition, parallel execution, and cloud caching to accelerate builds.

MonorepoRushTurborepo
0 likes · 14 min read
Task Orchestration in Large Monorepos: Capabilities, Tools, and Best Practices
Xianyu Technology
Xianyu Technology
Jul 30, 2020 · Cloud Native

Improving FaaS Development Experience with Task Orchestration in a Flutter+Serverless Architecture

The article shows how a three‑tier Flutter‑Serverless setup uses the Jade task‑orchestration framework to turn each FaaS operation into reusable tasks that can be chained serially or in parallel, clarifying workflow, reducing boilerplate, improving error handling, monitoring, and overall development quality.

FaaSFlutterasync
0 likes · 7 min read
Improving FaaS Development Experience with Task Orchestration in a Flutter+Serverless Architecture
High Availability Architecture
High Availability Architecture
May 15, 2020 · Backend Development

Design and Implementation of Tencent Cloud Task (TCT) Distributed Task Scheduling System

This article explains the background, challenges, and architectural design of Tencent Cloud Task (TCT), a distributed scheduling platform that offers precise real‑time task execution, modular microservice architecture, stateless scaling, rich trigger rules, comprehensive monitoring, and advanced workflow orchestration for large‑scale cloud environments.

backend architecturecloud computingdistributed scheduling
0 likes · 10 min read
Design and Implementation of Tencent Cloud Task (TCT) Distributed Task Scheduling System