Job processing queue over an existing PostgreSQL instance, for .NET Standard 2.1. Common classes package
Job processing queue over an existing PostgreSQL instance, for .NET Standard 2.1. Main Interfaces package
ThreadBasedJobQueue Helps you to run Parallel Jobs in controled environment
Write your self queue-based jobs
Default archive and persistence implementation for YAJQ
High-performance scheduler for recurring and queue-based jobs.
Job processing queue over an existing PostgreSQL instance, for .NET Standard 2.1. Queue producer provider package
Azure Queue Storage support for SQL Server job storage implementation
MSMQ queues support for SQL Server job storage implementation for Hangfire (background job system for ASP.NET applications).
Sitecore Jobs CLI plugin to run, queue, and execute jobs
Job processing queue over an existing PostgreSQL instance, for .NET Standard 2.1. Queue info provider package
Pluggable foundation blocks for building distributed apps.
RabbitMQ queues support for SQL Server job storage implementation for Hangfire (background job system for ASP.NET applications).
Job processing queue over an existing PostgreSQL instance, for .NET Standard 2.1. Main package
Auto spawning of background tasks based on a Job Queue.
Easy and scalable solution for manage and execute background tasks seamlessly in .NET applications. It allows you to schedule, queue, and process your jobs and microservices efficiently. Designed to support distributed systems, enabling you to scale your background processes across multiple servers. With advanced features like performance monitoring, exception logging, and integration with various storage types, you have complete control and visibility over your workflow. Provides a user-friendly web dashboard that allows you to monitor and manage your jobs and microservices from a centralized location. You can easily check the status of your tasks, troubleshoot issues, and optimize performance.
Job processing queue over an existing PostgreSQL instance, for .NET Standard 2.1. Log4Net logging bindings package.
Job processing queue over an existing PostgreSQL instance, for .NET Standard 2.1. Configuration file bindings add-on package.
The Muoland.Agency library empowers developers to create robust scalable web applications with ease. By abstracting complex concurrency models and providing essential APIs, it enables seamless communication between components following the actor model.
This is part of EnqueueIt solution to provide support for storing job data in a sql database as a long-term storage option.
This is part of EnqueueIt solution to provide support of storing jobs data into redis database for fast processing.
This is part of EnqueueIt solution to provide a user-friendly web dashboard that allows you to monitor and manage your jobs and microservices from a centralized location. You can easily check the status of your tasks, troubleshoot issues, and optimize performance.
Queueing and executing long running background jobs in .NET
This is part of EnqueueIt solution to provide support for storing job data in a PostgreSQL database as a long-term storage option.
This is part of EnqueueIt solution to provide support for storing job data in a SqlServer database as a long-term storage option.
Unambitious package for job queue.
This is part of EnqueueIt solution to provide support for storing job data in a MySql database as a long-term storage option.
BusyBee is a lightweight library for in-memory background processing in .NET applications. It provides a simple way to queue and run background tasks and fire-and-forget jobs. OpenTelemetry tracing ready, easy integration with dependency injection, and supports cancellation tokens.
A background thread application for job processing and queue management
JobQueue is a lightweight, thread-based sequential task queue designed for .NET applications. It allows you to enqueue jobs that are processed one by one in the exact order they were added. The jobs are executed on a dedicated background thread, and each job is delivered to a registered callback method.
A dynamic scaling extension for Hangfire that provides real-time queue monitoring and automatic server scaling capabilities.
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.
Dashboard UI for visualizing and monitoring TickerQ scheduled jobs, status, and system metrics.
A background thread application for job processing and queue management
A general-purpose, reusable utility class for managing Hangfire background jobs
JobManager for Hangfire is a job queue manager designed to be able to dynamically manage jobs.
JobManager for Hangfire is a job queue manager designed to be able to dynamically manage jobs from SQL Server.
JobGuardian for Hangfire is a custom job filter that prevents duplicate jobs from being enqueued by checking for existing jobs with the same name in the processing queue.
this is test package for testing hangfire job queueing for careevolve
A lightweight thread-safe in-memory jobs processor
A Job Scheduler sitting on top of `IHostedService` in dotnet. Often times one finds themself between the simplicisty of the `BackgroundService`/`IHostedService` and the complexity of a full blown `Hangfire` or `Quartz` scheduler. This library aims to fill that gap by providing a simple and easy to use job scheduler that can be used in any dotnet application and feels "native".
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/