Skip to content

0.8.1

Compare
Choose a tag to compare
@odinserj odinserj released this 17 May 05:23

Release Notes

This release contains great new features, but upgrade is not required. Please, see the blog post for details.

  • Added - MSMQ queues support for SQL Server job storage (#85).
  • Added - "Deleted" state for jobs, when we don't want to process them anymore (#89).
  • Added - "Requeue" and "Delete" buttons on a job page in HF Monitor (#55).
  • Added - Logging job failures: warning - there is a retry, error - no attempts left (#87).
  • Added - BackgroundJob.Requeue and BackgroundJob.Delete methods.
  • Changed - Set InvisibleTimeout back from 5 to 30 minutes (#90).
  • Changed - RetryAttribute is deprecated. Use AutomaticRetryAttribute instead.