File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : Hangfire 1.8.19
3+ author : odinserj
4+ category : [release, news, hangfire-core]
5+ summary : Fixes restarts in long running jobs with lightweight servers and Hangfire.SqlServer, and a few other minor issues.
6+ ---
7+
8+ Patch release that fixes restarts in long running jobs with lightweight servers and SQL Server-based job storage, and a few other minor issues.
9+
10+ #### Hangfire.Core
11+
12+ * ** Changed** – Update Bootstrap to the custom version of 3.4.2 to avoid false alerts on unused features.
13+ * ** Fixed** – Typos in Portuguese translation (by @VianaArthur ).
14+ * ** Fixed** – Unnecessary recurring job update transaction when nothing is changed after an error.
15+
16+ #### Hangfire.SqlServer
17+
18+ * ** Fixed** – Sliding invisibility timeout isn't prolonged in lightweight servers, causing jobs to be restarted.
You can’t perform that action at this time.
0 commit comments