Skip to content

Singularity 0.19.2

Compare
Choose a tag to compare
@ssalinas ssalinas released this 30 Mar 14:42

Changes in 0.19.2

Check out the 0.19.2 milestone to see new features / bugfixes in detail.

Improvements

  • 1762 - Allow deploy of paused requests
  • 1758 - Enable framework auth over http api
  • 1754 - Add an offer scoring mode accounting for max historical usage of all tasks
  • 1760 - Sort tasks to shuffle by overusage, not usage

Bug Fixes

  • 1761 - Remove task credit ui calls, no longer used
  • 1762 - Don't require group overrides for s3 logs listing + allow log level override in docker setup
  • 1759 - Fix duration in logging statement
  • 1757 - Don't count pending requests towards underprovisioning
  • 1741 - Fix lag banner in UI
  • 1755 - Catch exceptions in offer scoring and log them appropriately
  • 1748 - Permalink request within group
  • 1751 - Limit the number of tasks that can shuffle for cpu rebalance at once
  • 1752 - Clarified command not found exception
  • 1766 - More usage collection in parallel, less webhooks in parallel
  • 1767 - Periodically flush the queue to make sure batch work does not get stuck
  • 1768 - Keep track of offers not accounted for in SingularityOfferHolders returned by checkOffers

Thanks