You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/Hangfire.Storage.SQLite/Hangfire.Storage.SQLite.csproj
+5-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,11 @@
21
21
<Description>An Alternative SQLite Storage for Hangfire</Description>
22
22
<PackageReleaseNotes>
23
23
0.4.2
24
-
- Stability and retry enhancements introduced by: Daniel Lindblom
24
+
-remove re-entrancy (fixes SQLiteDistributedLock doesn't play right with async #68). Thanks to @kirides
25
+
-pause heartbeat timer while processing. Thanks to @kirides
26
+
-update expiration using SQL Update statement in a single step. Thanks to @kirides
27
+
-Added Heartbeat event (for testing). Thanks to @kirides
28
+
-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
0 commit comments