Skip to main content

10 docs tagged with "workers"

View all tags

Activity Execution Model

How ordinary queued activities, local activities, worker sessions, and sticky execution fit together in Durable Workflow v2.

Local Activities

Run short activity work inside the current workflow worker process while preserving durable activity history, retries, timeouts, and visibility.

PHP SDK

Connect framework-neutral PHP applications and remote workers to a self-hosted Server or Cloud managed runtime.

Portable Worker Affinity

Negotiate local activities, worker sessions, and sticky execution safely across PHP, Python, and Rust service workers.

Python SDK

The Python SDK is a thin, async-first client for a self-hosted Durable Workflow

Rust Cloud Quickstart

Run the shared Sample App Rust playground against a provisioned Durable Workflow Cloud namespace.

Rust SDK

Install the first-party Rust SDK and find its crate, source, and generated API documentation.

Server Role Topology

Interpret the /api/cluster/info topology manifest for Durable Workflow server roles, scaling boundaries, failure domains, and migration steps.

Worker Sessions

Pin a sequence of durable activity attempts to one worker-session lease for GPU, filesystem, or process-local state affinity.