Found 88 packages
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).
Module which allows raising delayed application level events.
DelayedRender from Blazor port of Office Fabric UI
LiteDB storage implementation for Hangfire (background job system for ASP.NET applications).
Use NServiceBus infrastructure to send raw messages
DelayedEcho class library for Console App interaction
Delayed event bus for some delayed hanlding business
Delayed event bus for some delayed hanlding business
AssemblyPayment Technical Test
Package Description
Package Description
Delayed Echo Library
[[Pre employment test. ]] This package contains a class with a non-blocking method to echo a message on the console after a configurable delay.
A view that delays content rendering to optimize page push time
Bit.Server.Hangfire
Implementation of a lock-free dictionary on .Net Included types: === NonBlocking.ConcurrentDictionary Lock-free, wait-free implementation of a dictionary. - has the same API as System.Collections.Concurrent.ConcurrentDictionary. - No locks are taken during any operation including Get, Add, Remove, internal resizes etc... - While multiple threads accessing NonBlocking dictionary will help each other in operations such as table resizing, there is no dependency on such behavior. If any thread get unscheduled or delayed for whatever reason, other threads will be able to make progress independently. - NonBlocking dictionary scales linearly with the number of active threads if hardware permits. On most operations NonBlocking dictionary is faster than Concurrent, especially in write-heavy scenarios. Core algorithms are based on NonBlockingHashMap, written and released to the public domain by Dr. Cliff Click. A good overview could be found here: https://www.youtube.com/watch?v=HJ-719EGIts === Counter32 === Counter64 Low-overhead scalable counters.
Bit.Hangfire
A fork of Hangfire's recurring background job processing (to add date ranges, and additional cron support)