Hangfire.Storage.SQLite 0.4.2

dotnet add package Hangfire.Storage.SQLite --version 0.4.2
NuGet\Install-Package Hangfire.Storage.SQLite -Version 0.4.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Hangfire.Storage.SQLite" Version="0.4.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Hangfire.Storage.SQLite --version 0.4.2
#r "nuget: Hangfire.Storage.SQLite, 0.4.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Hangfire.Storage.SQLite as a Cake Addin
#addin nuget:?package=Hangfire.Storage.SQLite&version=0.4.2

// Install Hangfire.Storage.SQLite as a Cake Tool
#tool nuget:?package=Hangfire.Storage.SQLite&version=0.4.2

An Alternative SQLite Storage for Hangfire

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (11)

Showing the top 5 NuGet packages that depend on Hangfire.Storage.SQLite:

Package Downloads
Miru.Sqlite

Package Description

Cultiv.Hangfire

This installs Hangfire and a dashboard in Umbraco, the dashboard is secured and is only available for users with access to the Settings section of Umbraco

Elsa.Hangfire

Provides Hangfire integration and an implementation of Elsa's IJobQueue implementation.

Parsnet

Library for creating file parsers

PluginCore.Plugins.HangfirePlugin

PluginCore Plugins: HangfirePlugin

GitHub repositories (7)

Showing the top 5 popular GitHub repositories that depend on Hangfire.Storage.SQLite:

Repository Stars
elsa-workflows/elsa-core
A .NET workflows library
Kareadita/Kavita
Kavita is a fast, feature rich, cross platform reading server. Built with the goal of being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family.
damikun/trouble-training
FullStack DDD/CQRS with GraphQL workshop including distributed tracing and monitoring. This shows the configuration from React frontend to .Net backend.
yiyungent/KnifeHub
🧰 简单易用的效率工具平台
aprilyush/EasyCMS
EasyCms基于Asp.net Core 的后台快速开发框架,内容管理系统
Version Downloads Last updated
0.4.2 539 4/10/2024
0.4.1 9,638 2/5/2024
0.4.0 29,756 12/31/2023
0.3.4 99,677 4/20/2023
0.3.3 42,095 1/21/2023
0.3.2 118,057 5/26/2022
0.3.1 50,868 1/8/2022
0.3.0 112,325 2/21/2021
0.2.5 1,598 2/14/2021
0.2.4 49,761 1/15/2020
0.2.2 885 12/23/2019
0.2.1 566 12/23/2019
0.2.0 471 12/20/2019
0.1.1 584 12/17/2019
0.1.0 839 12/2/2019
0.0.2 436 12/1/2019
0.0.1 529 11/28/2019

0.4.2
     -remove re-entrancy (fixes SQLiteDistributedLock doesn't play right with async #68). Thanks to @kirides
     -pause heartbeat timer while processing. Thanks to @kirides
     -update expiration using SQL Update statement in a single step. Thanks to @kirides
     -Added Heartbeat event (for testing). Thanks to @kirides
     -if we no longer own the lock, we immediately dispose the heartbeat timer (fixes Unable to update heartbeat - still happening in .NET 6.0 #69). Thanks to @kirides