# Temporal Server ## Docs - [Nexus Inter-Workflow Communication](https://mintlify.wiki/temporalio/temporal/advanced/nexus.md): Enable cross-namespace and cross-cluster workflow orchestration with Nexus RPC - [Retry Policies](https://mintlify.wiki/temporalio/temporal/advanced/retry-policies.md): Configure automatic retry behavior for activities and workflows with exponential backoff - [Workflow Schedules](https://mintlify.wiki/temporalio/temporal/advanced/schedules.md): Run workflows on automated schedules with cron-like specifications and calendar support - [Workflow Updates](https://mintlify.wiki/temporalio/temporal/advanced/updates.md): Safely update running workflows with validation and rollback support - [Worker Versioning](https://mintlify.wiki/temporalio/temporal/advanced/versioning.md): Deploy workflow code changes with zero downtime using build-id based versioning - [Admin Service API](https://mintlify.wiki/temporalio/temporal/api/admin-service.md): Internal administrative operations for Temporal Server - [Frontend Service API](https://mintlify.wiki/temporalio/temporal/api/frontend-service.md): Public-facing Temporal Server API for client operations - [History Service API](https://mintlify.wiki/temporalio/temporal/api/history-service.md): Core workflow execution management service - [Matching Service API](https://mintlify.wiki/temporalio/temporal/api/matching-service.md): Task queue management and task distribution service - [Chasm Architecture](https://mintlify.wiki/temporalio/temporal/architecture/chasm.md): Coordinated Heterogeneous Application State Machines framework - [Event Sourcing Implementation](https://mintlify.wiki/temporalio/temporal/architecture/event-sourcing.md): How Temporal implements event sourcing for durable workflow execution - [Frontend Service](https://mintlify.wiki/temporalio/temporal/architecture/frontend-service.md): API gateway and request routing for the Temporal cluster - [History Service](https://mintlify.wiki/temporalio/temporal/architecture/history-service.md): Deep dive into the History Service architecture and internal implementation - [Matching Service](https://mintlify.wiki/temporalio/temporal/architecture/matching-service.md): Task queue management and worker polling in the Matching Service - [Architecture Overview](https://mintlify.wiki/temporalio/temporal/architecture/overview.md): High-level architecture of Temporal Server and its core services - [Worker Service](https://mintlify.wiki/temporalio/temporal/architecture/worker-service.md): Internal background workers for cluster maintenance and operations - [Workflow Execution Lifecycle](https://mintlify.wiki/temporalio/temporal/architecture/workflow-lifecycle.md): Detailed sequence diagrams showing workflow execution from start to completion - [Activities](https://mintlify.wiki/temporalio/temporal/concepts/activities.md): Activity execution, scheduling, and retry behavior in Temporal Server - [Namespaces](https://mintlify.wiki/temporalio/temporal/concepts/namespaces.md): Namespace isolation, multi-tenancy, and management in Temporal Server - [Task Queues](https://mintlify.wiki/temporalio/temporal/concepts/task-queues.md): Task queue architecture, partitioning, and routing in Temporal Server - [Workers](https://mintlify.wiki/temporalio/temporal/concepts/workers.md): Understanding worker processes, polling, and task execution in Temporal - [Workflows](https://mintlify.wiki/temporalio/temporal/concepts/workflows.md): Understanding workflow execution and the event sourcing model in Temporal Server - [Multi-Node Clustering](https://mintlify.wiki/temporalio/temporal/deployment/clustering.md): Set up and configure multi-node Temporal Server clusters for high availability - [Server Configuration](https://mintlify.wiki/temporalio/temporal/deployment/configuration.md): Configure Temporal Server with YAML configuration files - [Database Setup](https://mintlify.wiki/temporalio/temporal/deployment/database-setup.md): Set up and configure persistence and visibility databases for Temporal Server - [Docker Deployment](https://mintlify.wiki/temporalio/temporal/deployment/docker.md): Deploy Temporal Server using Docker containers - [Deployment Overview](https://mintlify.wiki/temporalio/temporal/deployment/overview.md): Learn about deployment options and architecture for Temporal Server - [Building from Source](https://mintlify.wiki/temporalio/temporal/development/building.md): Learn how to build Temporal Server and related tools from source - [Development Best Practices](https://mintlify.wiki/temporalio/temporal/development/guidelines.md): Best practices and guidelines for contributing to Temporal Server - [Development Environment Setup](https://mintlify.wiki/temporalio/temporal/development/setup.md): Set up your development environment for contributing to Temporal Server - [Running Tests](https://mintlify.wiki/temporalio/temporal/development/testing.md): Learn how to run and write tests for Temporal Server - [Installation](https://mintlify.wiki/temporalio/temporal/installation.md): Complete installation guide for Temporal Server in different environments - [Temporal Server Documentation](https://mintlify.wiki/temporalio/temporal/introduction.md): Build reliable, scalable applications with Temporal's durable execution platform - [Archival Configuration](https://mintlify.wiki/temporalio/temporal/operations/archival.md): Configure long-term archival storage for workflow histories and visibility records - [Dead Letter Queue Management](https://mintlify.wiki/temporalio/temporal/operations/dlq.md): Manage and recover failed tasks using Temporal's dead letter queues - [Metrics Reference](https://mintlify.wiki/temporalio/temporal/operations/metrics.md): Complete reference of Temporal Server metrics with descriptions and usage - [Monitoring and Observability](https://mintlify.wiki/temporalio/temporal/operations/monitoring.md): Monitor Temporal Server health, performance, and operations using metrics, logs, and traces - [Persistence Layer Operations](https://mintlify.wiki/temporalio/temporal/operations/persistence.md): Manage and optimize Temporal's persistence layer for data stores - [Scaling and Performance Tuning](https://mintlify.wiki/temporalio/temporal/operations/scaling.md): Scale Temporal Server for high throughput and optimize performance - [Security, Authentication, and Authorization](https://mintlify.wiki/temporalio/temporal/operations/security.md): Configure authentication, authorization, and encryption for Temporal Server - [Quick Start](https://mintlify.wiki/temporalio/temporal/quickstart.md): Get Temporal Server running locally in minutes - [temporal-server render-config](https://mintlify.wiki/temporalio/temporal/reference/cli/render-config.md): Render server configuration template - [temporal-server start](https://mintlify.wiki/temporalio/temporal/reference/cli/start.md): Start the Temporal Server - [temporal-server validate-dynamic-config](https://mintlify.wiki/temporalio/temporal/reference/cli/validate.md): Validate dynamic configuration files - [Database Schema Reference](https://mintlify.wiki/temporalio/temporal/reference/database-schema.md): Temporal Server database schema for PostgreSQL, MySQL, and Cassandra - [Dynamic Configuration Reference](https://mintlify.wiki/temporalio/temporal/reference/dynamic-config.md): Runtime configuration keys for Temporal Server - [Environment Variables Reference](https://mintlify.wiki/temporalio/temporal/reference/environment-variables.md): Environment variables for configuring Temporal Server - [Server Configuration Reference](https://mintlify.wiki/temporalio/temporal/reference/server-config.md): Complete reference for Temporal Server configuration options