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
<PackageReference Include="Hangfire.Storage.SQLite" Version="0.4.2" />
paket add Hangfire.Storage.SQLite --version 0.4.2
#r "nuget: Hangfire.Storage.SQLite, 0.4.2"
// 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 | Versions 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. |
-
.NETFramework 4.8
- Hangfire.Core (>= 1.8.0)
- sqlite-net-pcl (>= 1.8.116)
-
.NETStandard 2.0
- Hangfire.Core (>= 1.8.0)
- sqlite-net-pcl (>= 1.8.116)
NuGet packages (12)
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. |
|
Nxin.Abp.BackgroundWorkers.Hangfire.SQLite
Package Description |
|
Parsnet
Library for creating file parsers |
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.
|
|
aprilyush/EasyCMS
EasyCms基于Asp.net Core 的后台快速开发框架,内容管理系统
|
|
lingarr-translate/lingarr
Lingarr is an application that supports both local and SaaS translation services to translate subtitle files into a user-specified target language. With automated translation options, Lingarr simplifies the subtitle translation process.
|
Version | Downloads | Last updated |
---|---|---|
0.4.2 | 172,182 | 4/10/2024 |
0.4.1 | 22,723 | 2/5/2024 |
0.4.0 | 34,125 | 12/31/2023 |
0.3.4 | 158,168 | 4/20/2023 |
0.3.3 | 49,370 | 1/21/2023 |
0.3.2 | 130,426 | 5/26/2022 |
0.3.1 | 56,591 | 1/8/2022 |
0.3.0 | 117,261 | 2/21/2021 |
0.2.5 | 1,627 | 2/14/2021 |
0.2.4 | 52,970 | 1/15/2020 |
0.2.2 | 914 | 12/23/2019 |
0.2.1 | 593 | 12/23/2019 |
0.2.0 | 511 | 12/20/2019 |
0.1.1 | 608 | 12/17/2019 |
0.1.0 | 868 | 12/2/2019 |
0.0.2 | 462 | 12/1/2019 |
0.0.1 | 652 | 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