Find What You Need

Search documentation

Version v0.1 · dotnet

Found 13 result(s) for "configuration".

v0.1 · dotnet

Configuration

Configuration This section covers runtime configuration from basic setup to advanced tuning. In this section - Overview overview - Job Discovery and Assemblies job-discovery-and-assemblies - Worker Op...

Open page

v0.1 · dotnet

Configuration Options

Configuration Options DurableStack configuration lives under the DurableStack section. Use ConnectionStrings only if your app prefers storing database connection strings there, then copy/bind those va...

Open page

v0.1 · dotnet

Configuration Schema

Configuration Schema Use this page as the canonical map of the DurableStack configuration object. Root shape text DurableStack StorageProvider WorkerName DatabaseTablePrefix PollIntervalSeconds PollJi...

Open page

v0.1 · dotnet

DurableStack v0.1

...mentation map - Start Here start-here - Core Concepts core-concepts - Configuration configuration - Integrations integrations - Storage Providers storage-providers - Usage Guide usage-guide - Referenc...

Open page

v0.1 · dotnet

First Job Example

...e, review Getting Started getting-started for the recommended runtime configuration baseline.

Open page

v0.1 · dotnet

Getting Started

... Start and focuses on the most common production options. All runtime configuration is set in C . Most teams can rely on defaults for many options. This example sets them explicitly so the behavior is...

Open page

v0.1 · dotnet

Lease Configuration

Lease Configuration Leases ensure only one worker actively owns a run at a time under normal operation. Lease settings balance two things: - fast recovery when workers die - avoiding premature reclaim...

Open page

v0.1 · dotnet

Optional Hosted Observability

...zation/project/tenant scope. - Keep naming consistent between runtime configuration and site configuration. 2 Verify credentials and environment settings - Configure secrets through your secure secret...

Open page

v0.1 · dotnet

Overview

Overview DurableStack configuration is designed to be explicit, predictable, and easy for future developers to reason about. For most teams, the right approach is: - set all important runtime options ...

Open page

v0.1 · dotnet

Quick Start

... is the fastest path to a running recurring job using PostgreSQL. All configuration is set in C . 1 Install package bash dotnet add package DurableStack.Hosting 2 Create a recurring job csharp using D...

Open page

v0.1 · dotnet

Reference

Reference Use this section for exact package names, configuration shape, limits, and behavioral guarantees. In this section - Configuration schema configuration-schema - Packages packages - Limits and...

Open page