53 packages tagged with “workers”
Scheduling & worker abstractions.
WebBackgrounder is a proof-of-concept of a web-farm friendly background task manager meant to just work with a vanilla ASP.NET web application. See https://github.com/NuGet/WebBackgrounder for more information.
WebBackgrounder.EntityFramework is an implementation of the IJobCoordinator for WebBackgrounder that uses a Database (via EF Code First) as the synchronization mechanism (aka a mutex) for coordinating jobs.
Package Description
Quidjibo delivers flexible async background jobs for .NET applications
A utility for managing Cloudflare Workers
A utility for managing Cloudflare Pages
Background jobs and scheduled work for .NET.
This project implements an efficient middleware based way to implement workers with a strong focus on Azure App Services.
Base regular worker
TauCode workers implementation library
Cloudflare Workers KV Client for .NET
A lightweight application framework that utilizes abstractions over commonly used patterns to future proof applications.
Workers and Scheduling. IronWorker is a multi-language worker platform that runs tasks in the background, in parallel, and at massive scale.
A dead man's switch is designed to detect a worker task that is no longer making progress and cancel it. It does this by cancelling a CancellationToken that is provided to the worker from the start. In turn, the process is responsible for notifying the dead man's switch in a periodic fashion to prevent its own cancellation.
Infrastructure for processing request/events from an queue.