Metadata >> NuGet >> HangFire >> 1.5.0-beta2

1.5.0-beta2

Metadata

Authors Sergey Odinokov
Copyrights Copyright © 2013-2015 Sergey Odinokov
Description 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/
LicenseUrl https://raw.github.com/HangfireIO/Hangfire/master/LICENSE.md
Owners odinserj
ProjectUrl http://hangfire.io/
ReleaseNotes https://github.com/HangfireIO/Hangfire/releases 1.5.0-beta2 Hangfire.Core * Added – Allow to specify a custom queue for recurring jobs (by @maleet). * Added – Allow to pass custom creation/performance processes to `BackgroundJobServer` via options. * Added – Missing `UseHangfireServer` overloads with additional background processes. * Changed – Updated Dashboard CSS to Twitter Bootstrap 3.3.5. * Fixed – `OverflowException` in Dashboard when job duration exceeds int.MaxValue (by @mavenius). * Fixed – "More details" button in Dashboard changes to "Less details" when collapsed (by @pascalberger). Hangfire.SqlServer * Changed – `SqlServerDistributedLock` class is now public. 1.5.0-beta1 Hangfire.Core * Added – `IBackgroundProcess` interface that allows to implement custom background processes. * Added – `BackgroundServer` class for creating a server instance with completely custom background processes. * Added – `JobActivatorScope` class to support custom IoC scopes/lifetimes. * Added – Support for running multiple `BackgroundJobServer` instances in the same AppDomain without explicit server names. * Added – Option to hide the "Back to site" link (by @dradovic). * Changed – Server components and background processes now use `Task` with `TaskCreationOptions.LongRunning`. * Changed – ServerIds are now generated without ServerName, server names are deprecated. * Changed – Arguments Renderer now supports TimeSpan and DateTime (by @yngndrw). * Changed – Minor improvements for Dashboard navigation (by @pwelter34). * Fixed – Prevent worker from fetching and processing a job on shutdown. Hangfire.SqlServer * Added – `TransactionTimeout` option for configuring the `TransactionScope` timeout. * Added – `DashboardJobListLimit` option to prevent full table scans in Dashboard. * Changed – Dramatically improved page load times in Dashboard. * Changed – Instant re-queue for background jobs even after ungraceful shutdown. * Changed – `JobQueue.Queue` and `Server.Id` column length increased to 50 and 100 respectively (by @maleet). Hangfire.SqlServer.Msmq * Added – Support for remote MSMQ queues through DTC transactions.
RequireLicenseAcceptance False
Tags Hangfire AspNet MVC OWIN SqlServer Long-Running Background Fire-And-Forget Delayed Recurring Tasks Jobs Scheduler Threading Queues
Dependencies Hangfire.Core:[1.5.0-beta2]|Hangfire.SqlServer:[1.5.0-beta2]|Microsoft.Owin.Host.SystemWeb:3.0.0
Title Hangfire
PackageSize 5097
PackageHashAlgorithm SHA512
PackageHash H4Vf3uUrccu4STGePsZSgIqqrBW3RF3dAfeFHMRtyZ2ifn+75+IrvS2MdXXpZkImkL4grlG6PT0V45Xo+8OfUQ==
DownloadCount 000000
CreatedDate 2015-08-01T15:52:41

Access

You can access data for this version using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install HangFire -Version 1.5.0-beta2 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install HangFire -Version 1.5.0-beta2 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete HangFire 1.5.0-beta2 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

Installing the package (HTTP Basic authentication):
Install-Package HangFire -Version 1.5.0-beta2 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package HangFire -Version 1.5.0-beta2 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

OpenWrap

Installing the package:
o add-wrap HangFire -Version 1.5.0-beta2
Uninstalling the package:
o remove-wrap HangFire

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related