Skip to main content

3 docs tagged with "operation-guide"

View All Tags

Developer's guide - Worker performance

Optimize Temporal Workers performance by adjusting metrics such as worker_task_slots_available, schedule_to_start_latency, and pollers, and consider configuring workflow cache size and thread count to ensure efficient resource utilization and minimize latency.

Self-hosted Visibility feature setup

Temporal Server's Visibility store enables listing and filtering of Workflow Executions. Advanced Visibility features require a supported database version. Supported databases include MySQL, PostgreSQL, SQLite, and Elasticsearch. To set up Visibility, configure the Persistence configuration and create a Visibility store. Dual Visibility allows data migration between stores. Custom Search Attributes can be created and managed using Temporal CLI or tcld. For more information, refer to the Temporal Server documentation.

tcld command reference

Command-line tool for interacting with Temporal Cloud, providing commands for account management, feature access, and more, with options for installation via Homebrew or source build.