Hangfire.SqlServer 1.8.3
SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire (background job system for ASP.NET applications).
Showing the top 20 packages that depend on Hangfire.SqlServer.
Packages | Downloads |
---|---|
Hangfire
Incredibly 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 application. 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.
http://hangfire.io/
|
43 |
Hangfire
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 application. 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.
http://hangfire.io/
|
40 |
Hangfire
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/
|
39 |
Hangfire
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 application. 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.
http://hangfire.io/
|
38 |
Hangfire
Incredibly 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 application. 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.
http://hangfire.io/
|
38 |
Hangfire
Incredibly 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 application. 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.
http://hangfire.io/
|
37 |
Hangfire
Incredibly 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 application. No Windows Service / Task Scheduler required. Even ASP.NET is not required.
Backed by Redis, SQL Server, SQL Azure or MSMQ.
http://hangfire.io/
|
37 |
Hangfire
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/
|
36 |
Hangfire
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/
|
35 |
Hangfire
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 application. 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/
|
35 |
Hangfire
Incredibly 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 application. 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.
http://hangfire.io/
|
35 |
Hangfire
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 application. 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.
http://hangfire.io/
|
35 |
Release notes are available in our blog https://www.hangfire.io/blog/
Please see https://docs.hangfire.io/en/latest/upgrade-guides/upgrading-to-hangfire-1.8.html to learn how to upgrade.
1.8.2
• Fixed – `InvalidOperationException` with new dashboard metrics when a database has multiple data/log files.
1.8.1
• Fixed – Blocked workers regression since 1.7.33 when using multiple servers inside a process.
• Fixed – Target schema version is less than the current schema version error.
• Fixed – Implement database metrics without the need for additional permissions.
• Fixed – Use the `forceseek` table hint whenever possible to avoid performance drops.
1.8.0
• Breaking – Prioritise Microsoft.Data.SqlClient package over System.Data.SqlClient one.
• Breaking – Dropped the `NET45` platform target in favor of the `NET451` target to support Visual Studio 2022.
• Added – `Schema 8` migration with fixed `JobQueue.Id` column to use the `bigint` type.
• Added – `Schema 9` migration that creates an index for the `State.CreatedAt` column.
• Added – Automatic client package detection based on available types, preferring `System.Data.SqlClient` (by @0xced).
• Added – `SqlServerStorageOptions.DbProviderFactory` option to use a custom provider factory.
• Added – Clean up of old state entries of a non-finished job when `InactiveStateExpirationTimeout` is set.
• Added – `TryAutoDetectSchemaDependentOptions` option to automatically enable options based on the schema.
• Added – Optional experimental transactional acknowledge for SQL Server (`UseTransactionalAcknowledge` option).
• Added – Implement the `Connection.GetUtcDateTime` feature to make work the new changes in schedulers.
• Added – `SqlServerStorage.SchemaVersion` metric for Dashboard UI.
• Added – `DefaultQueueProvider` option to specify a custom default queue provider.
• Changed – Remove dependency on System.Data.SqlClient for Hangfire.SqlServer (by @0xced).
• Changed – Set default value for the `QueuePollInterval` option to `TimeSpan.Zero`.
• Changed – Polling delay when `QueuePollInterval` is set to zero now defaults to 200 ms.
• Changed – Sliding invisibility timeout-based fetching method is now used by default with a 5-minute timeout.
• Changed – Use command batching by default with a 5-minute maximum timeout.
• Changed – Enable the `UseRecommendedIsolationLevel` option by default.
• Changed – `GetJobData` now populates the `JobData.ParametersSnapshot` property to avoid additional roundtrips.
• Changed – Display scheduled and processing jobs in ascending order in Dashboard UI.
• Changed – Implement the `Transaction.AcquireDistributedLock` feature.
• Changed – Implement the `GetSetCount.Limited feature`.
• Changed – Implement the `GetSetContains feature`.
• Changed – Bump the internal version of Dapper to 2.0.123.
• Changed – Enable common metrics for SQL Server storage to be shown by default.
• Changed – Enable the `Monitoring.AwaitingJobs` feature for SQL storage.
• Deprecated – `UsePageLocksOnDequeue` option is now obsolete and doesn't affect anything.
.NET Framework 4.5.1
- Hangfire.Core (= 1.8.3)
.NET Standard 1.3
- NETStandard.Library (>= 1.6.0)
- System.Data.Common (>= 4.1.0)
- Hangfire.Core (= 1.8.3)
.NET Standard 2.0
- Hangfire.Core (= 1.8.3)
Version | Downloads | Last updated |
---|---|---|
1.8.18 | 13 | 02/21/2025 |
1.8.17 | 19 | 12/05/2024 |
1.8.16 | 18 | 12/05/2024 |
1.8.15 | 20 | 10/23/2024 |
1.8.14 | 26 | 06/13/2024 |
1.8.13 | 28 | 06/18/2024 |
1.8.12 | 29 | 04/13/2024 |
1.8.11 | 25 | 03/12/2024 |
1.8.10 | 28 | 02/18/2024 |
1.8.9 | 30 | 01/26/2024 |
1.8.7 | 32 | 01/13/2024 |
1.8.6 | 35 | 10/19/2023 |
1.8.5 | 39 | 08/24/2023 |
1.8.4 | 32 | 08/06/2023 |
1.8.3 | 33 | 08/04/2023 |
1.8.2 | 35 | 08/04/2023 |
1.8.1 | 32 | 08/16/2023 |
1.8.0 | 29 | 08/04/2023 |
1.8.0-rc4 | 33 | 08/05/2023 |
1.8.0-rc3 | 33 | 08/07/2023 |
1.8.0-rc2 | 30 | 08/07/2023 |
1.8.0-rc1 | 32 | 08/10/2023 |
1.8.0-beta4 | 33 | 08/12/2023 |
1.8.0-beta3 | 30 | 08/07/2023 |
1.8.0-beta2 | 34 | 08/05/2023 |
1.8.0-beta1 | 32 | 08/24/2023 |
1.7.37 | 24 | 04/10/2024 |
1.7.36 | 34 | 08/04/2023 |
1.7.35 | 30 | 08/04/2023 |
1.7.34 | 32 | 08/02/2023 |
1.7.33 | 32 | 08/18/2023 |
1.7.32 | 27 | 08/08/2023 |
1.7.31 | 32 | 08/05/2023 |
1.7.30 | 31 | 08/20/2023 |
1.7.29 | 36 | 08/04/2023 |
1.7.28 | 29 | 08/16/2023 |
1.7.27 | 35 | 08/10/2023 |
1.7.26 | 28 | 08/10/2023 |
1.7.25 | 31 | 08/05/2023 |
1.7.24 | 29 | 08/07/2023 |
1.7.23 | 29 | 08/06/2023 |
1.7.22 | 29 | 08/07/2023 |
1.7.21 | 28 | 08/20/2023 |
1.7.20 | 29 | 08/08/2023 |
1.7.19 | 31 | 08/11/2023 |
1.7.18 | 25 | 09/23/2023 |
1.7.17 | 31 | 08/05/2023 |
1.7.16 | 34 | 08/06/2023 |
1.7.15 | 26 | 08/08/2023 |
1.7.14 | 29 | 08/14/2023 |
1.7.13 | 32 | 08/09/2023 |
1.7.12 | 33 | 08/12/2023 |
1.7.11 | 34 | 08/08/2023 |
1.7.10 | 31 | 08/11/2023 |
1.7.9 | 30 | 08/09/2023 |
1.7.8 | 36 | 08/10/2023 |
1.7.7 | 30 | 08/20/2023 |
1.7.6 | 33 | 08/06/2023 |
1.7.5 | 30 | 08/12/2023 |
1.7.4 | 32 | 08/08/2023 |
1.7.3 | 25 | 08/20/2023 |
1.7.2 | 33 | 08/05/2023 |
1.7.1 | 35 | 08/15/2023 |
1.7.0 | 29 | 08/10/2023 |
1.6.30 | 27 | 08/04/2023 |
1.6.29 | 34 | 08/07/2023 |
1.6.28 | 31 | 08/10/2023 |
1.6.27 | 35 | 08/15/2023 |
1.6.26 | 29 | 08/08/2023 |
1.6.25 | 30 | 08/20/2023 |
1.6.24 | 33 | 08/21/2023 |
1.6.23 | 31 | 08/02/2023 |
1.6.22 | 31 | 08/11/2023 |
1.6.21 | 30 | 08/04/2023 |
1.6.20 | 32 | 08/07/2023 |
1.6.19 | 33 | 08/06/2023 |
1.6.18 | 26 | 08/05/2023 |
1.6.17 | 31 | 08/08/2023 |
1.6.16 | 33 | 08/21/2023 |
1.6.15 | 31 | 08/04/2023 |
1.6.14 | 39 | 08/08/2023 |
1.6.13 | 28 | 08/07/2023 |
1.6.12 | 34 | 08/06/2023 |
1.6.11 | 31 | 08/04/2023 |
1.6.10 | 31 | 09/25/2023 |
1.6.9 | 34 | 08/11/2023 |
1.6.8 | 33 | 08/08/2023 |
1.6.7 | 31 | 08/08/2023 |
1.6.6 | 36 | 08/07/2023 |
1.6.5 | 33 | 08/07/2023 |
1.6.4 | 31 | 08/08/2023 |
1.6.3 | 37 | 08/15/2023 |
1.6.2 | 28 | 08/16/2023 |
1.6.1 | 36 | 08/06/2023 |
1.6.0 | 38 | 08/02/2023 |
1.5.9 | 33 | 08/12/2023 |
1.5.8 | 31 | 08/05/2023 |
1.5.7 | 31 | 08/10/2023 |
1.5.6 | 34 | 08/05/2023 |
1.5.5 | 35 | 09/22/2023 |
1.5.4 | 29 | 08/16/2023 |
1.5.3 | 33 | 08/08/2023 |
1.5.2 | 29 | 08/07/2023 |
1.5.1 | 32 | 08/06/2023 |
1.5.0 | 34 | 08/17/2023 |
1.4.7 | 37 | 08/06/2023 |
1.4.6 | 34 | 08/11/2023 |
1.4.5 | 28 | 08/16/2023 |
1.4.4 | 34 | 08/10/2023 |
1.4.3 | 29 | 08/03/2023 |
1.4.2 | 30 | 08/05/2023 |
1.4.1 | 44 | 08/07/2023 |
1.3.4 | 33 | 08/07/2023 |
1.3.3 | 33 | 08/03/2023 |
1.3.2 | 31 | 08/07/2023 |
1.3.1 | 32 | 08/06/2023 |
1.3.0 | 38 | 08/09/2023 |
1.2.2 | 31 | 08/05/2023 |
1.2.1 | 35 | 08/06/2023 |
1.2.0 | 30 | 08/05/2023 |
1.1.1 | 30 | 08/16/2023 |
1.1.0 | 32 | 08/10/2023 |
1.0.2 | 32 | 08/22/2023 |
1.0.1 | 40 | 08/23/2023 |
1.0.0 | 29 | 08/26/2023 |
0.9.1 | 34 | 08/07/2023 |
0.9.0 | 38 | 08/11/2023 |
0.8.3 | 34 | 08/07/2023 |
0.8.2 | 28 | 08/14/2023 |
0.8.1 | 29 | 08/19/2023 |
0.8.0 | 32 | 10/20/2023 |
0.7.5 | 36 | 08/05/2023 |
0.7.4 | 31 | 08/10/2023 |
0.7.3 | 32 | 08/16/2023 |
0.7.1 | 36 | 08/16/2023 |
0.7.0 | 30 | 08/11/2023 |