43 packages tagged with “Fire-And-Forget”
An easy and reliable way to perform fire-and-forget, delayed and recurring, long-running, short-running, CPU or I/O intensive tasks in .NET applications. No Windows Service / Task Scheduler required. Backed by Redis, SQL Server, SQL Azure or MSMQ. This is a .NET alternative to Sidekiq, Resque and Celery. https://www.hangfire.io/
An easy and reliable way to perform fire-and-forget, delayed and recurring, long-running, short-running, CPU or I/O intensive tasks inside ASP.NET applications. No Windows Service / Task Scheduler required. Even ASP.NET is not required. Backed by Redis, SQL Server, SQL Azure or MSMQ. This is a .NET alternative to Sidekiq, Resque and Celery. https://www.hangfire.io/
MongoDB storage implementation for Hangfire (background job system for ASP.NET applications).
A component that registers fire-and-forget tasks with the ASP.NET runtime.
Simple utilities for queuing and executing cron/time-based jobs in the background.
A lightweight, developer-friendly library for queuing and executing cron and time-based jobs in the background.
LiteDB storage implementation for Hangfire (background job system for ASP.NET applications).
Entity Framework Core integration for scheduling and persisting cron/time-based jobs using TickerQ.
Task fire and forget framework
Bit.Server.Hangfire
OpenTelemetry instrumentation package for TickerQ job scheduler with distributed tracing support
A fork of Hangfire's recurring background job processing (to add date ranges, and additional cron support)
Bit.Hangfire
Bit.Server.Data.NHibernate
RavenDB job storage for Hangfire
Simple notification publisher extension package for MediatR that enables parallel and fire-and-forget publishing of notifications. The library aims to improve performance and responsiveness by executing notification handlers concurrently, while also providing exception handling mechanisms for notification processing.
Core components for Hangfire (background job system for ASP.NET applications).
Package pour faciliter l'utilisation de jobs en arrière-plan.
Redis caching and distributed synchronization provider for TickerQ job scheduler using StackExchange.Redis
Incredibly easy and reliable way to perform fire-and-forget, delayed and recurring long-running, short-running, CPU or I/O intensive tasks inside ASP.NET application. No Windows Service / Task Scheduler required. Even ASP.NET is not required. Backed by Redis, SQL Server, SQL Azure or MSMQ. http://hangfire.io/
In-memory fire-and-forget event broker.
This is a fork of the original Hangfire.MongoDB targeting .NET 4.5 and updating to latest MongoDB. MongoDB storage implementation for Hangfire (background job system for ASP.NET applications).
PostgreSql storage implementation for Hangfire (background job system for ASP.NET applications).
Azure Queue Storage support for SQL Server job storage implementation
A simple .NET job scheduler along the lines of Hangfire or Quartz but with a reduced feature set and simpler API.
A lightweight background job processing library for .NET. GUSTO provides a simple way to queue and execute background tasks with just a background service and two interfaces to implement.
Background job processing extension for Coordix mediator. This package extends Coordix core with fire-and-forget in-process background job capabilities. Requires Coordix package to be installed.