HangFire 0.8.1 released

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 and BackgroundJob.Delete methods.
  • Changed - Set InvisibleTimeout back from 5 to 30 minutes.
  • Changed - RetryAttribute is deprecated. Use AutomaticRetryAttribute instead.

Now only two features don’t let me sleep – recurring tasks and SQL Azure support.

Some great features here, thank you very much for the hard work.