Yay! Please, see the corresponding blog post. Here is the short list of changes:
- Added - MSMQ queues support for SQL Server job storage.
- Added - “Deleted” state for jobs, when we don’t want to process them anymore.
- Added - “Requeue” and “Delete” buttons on a job page in HF Monitor.
- Added - Logging job failures: warning - there is a retry, error - no attempts left.
-
Added -
BackgroundJob.Requeue
andBackgroundJob.Delete
methods. -
Changed - Set
InvisibleTimeout
back from 5 to 30 minutes. -
Changed -
RetryAttribute
is deprecated. UseAutomaticRetryAttribute
instead.
Now only two features don’t let me sleep – recurring tasks and SQL Azure support.