Polly
Hangfire
| Polly | Hangfire | |
|---|---|---|
| 61 | 69 | |
| 14,192 | 10,078 | |
| 0.3% | 0.3% | |
| 9.6 | 8.0 | |
| 6 days ago | 22 days ago | |
| C# | C# | |
| BSD 3-clause "New" or "Revised" License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Polly
-
Cรณmo manejar fallos transitorios en .NET con Polly y ResiliencePipelineBuilder
Polly - repositorio oficial
-
How to Add Token Swaps to C# .NET Backends
The swap API may return UPSTREAM_ERROR (502) during transient routing failures or RATE_LIMITED (429) when exceeding approximately 30 requests per minute. Use Polly or the built-in Microsoft.Extensions.Http.Resilience package in .NET 8 for production-grade retry policies.
-
Implementing the Retry Pattern Using Polly in .NET Applications published
๐ Official Polly Documentation ๐ Microsoft's guide on HTTP resilience with Polly
-
Preparing for the IETF RateLimit Header Standard in .NET
If you're using Polly for resilience, there's a separate integration package:
-
Benchmark: How to use C# Parallel.ForEachAsync for 3x faster bulk file downloading time
The file downloading logic is wrapped in a Polly AsyncRetryPolicy and is essentially 3 lines (20โ22).
-
How To Implement Retries and Resilience Patterns With Polly and Microsoft Resilience
Polly
-
Tripping the circuit
This is probably one of the most useful "cloud" patterns out there and it is fairly easy to implement. There are great articles and implementations, like Polly, already on the internet about this pattern so why another one?
-
Implement Circuit Breaker using Polly in .Net Core 8
Polly Documentation: Polly Official Site Circuit Breaker Design Pattern: Microsoft Learn Microservices Best Practices: Microservices on .NET
-
Designing HTTP API clients in .NET
Custom HTTP handlers are well known as a mechanism to manage cross-cutting concerns around HTTP requests. The calling application has control over the HTTP handler pipeline, so it can be reconfigured, reordered, or even rebuilt from scratch. Decorating a client with a Token Management Handler or a custom Polly policy is easy... assuming the client accepts an HttpClient parameter in its constructor, and you haven't messed with the natural order of things by obstructing the client customization in some way (I really don't want to show how).
-
The Retry Pattern and Retry Storm Anti-pattern
In our applications, we should wrap all requests to remote services in code that implements a retry policy that follows one of the strategies I listed earlier. If you are a .NET developer like myself, you may be familiar with the Polly library. Golang has a library called Retry, and there are numerous third-party libraries for Python and Java.
Hangfire
-
Queue-Based Exponential Backoff: A Resilient Retry Pattern for Distributed Systems
Hangfire (.NET) - Background job processing
-
Hangfire VS TickerQ - a user suggested alternative
2 projects | 14 Jul 2025
-
The Hangfire Cookbook: A Practical Guide to Background Job Processing in .NET and Azure
Hangfire is one of the most powerful background job processing libraries in the .NET ecosystem. Whether you're working with ASP.NET Core, .NET Framework, or integrating with Azure Services, Hangfire simplifies job scheduling, execution, and monitoring.
-
Building a Real-Time Santa's Workshop Tracker with SignalR and .NET 9
SignalR and .Net work so well together. We also heavily leverage Hangfire (https://github.com/HangfireIO/Hangfire) in our apps for any async/background processes as well.
-
Recurring Tasks in .NET C# : All options explained
Hangfire is a popular library for background job scheduling in .NET that provides support for recurring jobs, real-time monitoring, and persistent storage.
-
Step-by-Step Guide to Scheduling API Calls with Hangfire in ASP.NET Core
By following this guide, you have integrated Hangfire into your . NET 8 project and scheduled an API call using Hangfire with SQL Server as the storage provider. This setup ensures your API is called regularly according to the specified schedule. For more advanced Hangfire configurations and storage options, refer to the official Hangfire documentation.
-
20 Top C# Frameworks and Libraries on GitHub for Building Powerful Applications
6. Hangfire
- Hangfire โ Background Processing in .NET and .NET Core Applications
-
Deno Cron
Unpopular opinion incoming... What I see is yet another way that the backend JS world is finally achieving something .NET had years ago[0].
Node/Deno/Bun/etc. + npm sounds super straightforward at first glance (and it is at first). But I've thought for years that it's far easier to be productive as an organization on .NET in Visual Studio, since it's simpler to design, deliver, and maintain infrastructure.
[0] https://www.hangfire.io/
-
Boosting Productivity with HangFire: Streamlining Background Job Processing
you can read about it here HangFire Documentation
What are some alternatives?
MediatR - Simple, unambitious mediator implementation in .NET
MassTransit - Distributed Application Framework for .NET
FluentValidation - A popular .NET validation library for building strongly-typed validation rules.
Coravel - Near-zero config .NET library that makes advanced application features like Task Scheduling, Caching, Queuing, Event Broadcasting, and more a breeze!
CsvHelper - Library to help reading and writing CSV files
QuartzNet - Quartz Enterprise Scheduler .NET