Hangfire
QuartzNet
Hangfire | QuartzNet | |
---|---|---|
67 | 32 | |
9,766 | 6,795 | |
0.6% | 0.5% | |
8.7 | 8.8 | |
4 days ago | 3 months ago | |
C# | C# | |
GNU General Public License v3.0 or later | Apache License 2.0 |
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.
Hangfire
-
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
-
How do you save a file at the end of the day within a function that is only called at certain times?
I mostly work in .NET, and typically use Hangfire, but all languages has similar frameworks
-
What can I use as a simple message bus with persistence in .NET?
Its hard to tell what tool would be a best fit without more information, but I would suggest looking at Hangfire for background job processing: https://www.hangfire.io/
QuartzNet
-
Scheduling Jobs With Quartz and Database Persistence With EF Core Migrations
My personal favourite is Quartz.NET.
-
Recurring Tasks in .NET C# : All options explained
Quartz.NET is a full-featured job scheduling library that supports complex schedules, persistence, and clustering, making it ideal for enterprise applications.
-
I open-sourced a lib for Message Queueing /w MongoDB - wise idea?
I would agree with using Job over Queue. Therefore I would recommend looking at Quartz.Net https://www.quartz-scheduler.net/
-
Sending recurring reminders through text message at user-defined times.
You can use something like https://www.quartz-scheduler.net/ to create multiple recurring jobs based on the definition you load from a DB.
-
Suggestions to scale this existing process
Or use an existing open source scheduling solution like https://www.quartz-scheduler.net/
- Hangfire - Schedule Background Jobs in ASP.NET Core
-
.NET Timer
If you're interested in using Quartz, you can check out their GitHub repo here: https://github.com/quartznet/quartznet. They also have extensive documentation available on their website: https://www.quartz-scheduler.net/documentation/index.html.
- How to do Recurring weekly events with timezones?
-
async await is doing problems in the background jobs(console scheduler app)
You should use an actual scheduler. https://www.quartz-scheduler.net/
- Is this the best way to have a thread manager?
What are some alternatives?
MassTransit - Distributed Application Framework for .NET
FluentScheduler - Automated job scheduler with fluent interface for the .NET platform.
RabbitMQ.NET - RabbitMQ .NET client for .NET Standard 2.0+ and .NET 4.6.2+
Cronos - A fully-featured .NET library for working with Cron expressions. Built with time zones in mind and intuitively handles daylight saving time transitions
Kafka Client
Workflow Core - Lightweight workflow engine for .NET Standard