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 pageFind What You Need
Version v0.1 · dotnet
Found 13 result(s) for "configuration".
v0.1 · dotnet
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 pagev0.1 · dotnet
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 pagev0.1 · dotnet
Configuration Schema Use this page as the canonical map of the DurableStack configuration object. Root shape text DurableStack StorageProvider WorkerName DatabaseTablePrefix PollIntervalSeconds PollJi...
Open pagev0.1 · dotnet
...mentation map - Start Here start-here - Core Concepts core-concepts - Configuration configuration - Integrations integrations - Storage Providers storage-providers - Usage Guide usage-guide - Referenc...
Open pagev0.1 · dotnet
...e, review Getting Started getting-started for the recommended runtime configuration baseline.
Open pagev0.1 · dotnet
... 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 pagev0.1 · dotnet
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 pagev0.1 · dotnet
...-memory provider. - Historical runs are pruned according to retention configuration.
Open pagev0.1 · dotnet
...s or service endpoint contracts. It is focused on practical usage and configuration of the site.
Open pagev0.1 · dotnet
...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 pagev0.1 · dotnet
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 pagev0.1 · dotnet
... 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 pagev0.1 · dotnet
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