OpenTelemetry instrumentation for Polly v8 resilience pipelines.
-
Updated
Aug 7, 2026 - C#
OpenTelemetry instrumentation for Polly v8 resilience pipelines.
Polly v8 resilience for RabbitMQ.Client — retry, circuit breaker, timeout for IChannel
Polly v8 resilience for Elastic.Clients.Elasticsearch — retry, timeout, circuit-breaker for any Elasticsearch operation
Backoff delay strategies for Polly v8 - decorrelated jitter, exponential, linear, constant
Bulkhead isolation strategy for Polly v8 resilience pipelines
Polly v8 resilience for StackExchange.Redis — retry on connection/timeout errors, circuit breaker, per-command timeout, DI integration
Polly v8 resilience for Azure Event Hubs — retry, timeout, circuit-breaker for EventHubProducerClient using EventHubsException.IsTransient
Polly v8 resilience for gRPC .NET clients — retry, circuit breaker, and per-call timeout via Interceptor
Polly v8 resilience pipelines for MongoDB.Driver — wrap Find, InsertOne, UpdateOne, DeleteOne and other IMongoCollection calls with retry, timeout, circuit-breaker, and more using a single ResilientMongoCollection decorator.
Polly v8 resilience for SQL Server and Azure SQL — retry, timeout, circuit-breaker for SqlConnection with built-in SqlServerTransientErrors predicate
Polly v8 resilience pipelines for Hangfire — retry, timeout, and circuit-breaker for IBackgroundJobClient.Enqueue and Schedule.
Polly v8 resilience pipelines for MediatR — add retry, timeout, circuit-breaker and more to any request handler with a single line of DI registration
Polly v8 resilience for SendGrid — retry, timeout, circuit-breaker with built-in 429/500/503 transient error detection
Caching resilience strategy for Polly v8 pipelines
Polly v8 resilience pipelines for MailKit SMTP — retry, timeout, and circuit-breaker for sending email via SmtpClient.
Polly v8 resilience pipelines for Dapper — wrap QueryAsync, ExecuteAsync, and other Dapper calls with retry, timeout, circuit-breaker, and more using a single ResilientDbConnection decorator. Zero changes to your SQL.
Polly v8 resilience for Azure Blob Storage — retry, timeout, and circuit-breaker for BlobClient and BlobContainerClient with a single WithPolly() call.
Polly v8 reconnect policy for SignalR — exponential back-off with jitter, max retries, max delay, drop-in for WithAutomaticReconnect
Polly v8 resilience for Npgsql (PostgreSQL) — retry, timeout, circuit-breaker for NpgsqlConnection with built-in PostgresTransientErrors predicate for all common PostgreSQL SQLSTATE codes.
Polly v8 resilience for Azure Table Storage — retry, timeout, circuit-breaker for TableClient
Add a description, image, and links to the polly-v8 topic page so that developers can more easily learn about it.
To associate your repository with the polly-v8 topic, visit your repo's landing page and select "manage topics."