Skip to content

0.186.0

Choose a tag to compare

@eamonnfaherty eamonnfaherty released this 30 Aug 21:47
d86408b

WARNINGS

  1. cache locations for tasks have moved in Amazon S3. You will need to rewarm your cache.
  2. list launches command is disabled until the performance is improved
  3. dry run command is disabled until the performance is improved
  4. graph command is disabled until it is fixed

What's Changed

  1. enable concurrency when scheduling tasks (luigi usage change) by @eamonnfaherty in #545
  2. reduce class inheritance size for tasks to reduce pickle time by @eamonnfaherty in #545
  3. move dependencies out of luigi tasks to make them easier to test by @eamonnfaherty in #545
  4. reduce memory footprint by reducing the number of attributes in tasks and the dependency on the large manifest file by @eamonnfaherty in #545
  5. improve performance of hub-and-spoke-split execution by @eamonnfaherty in #545
  6. improve reliability of hub-and-spoke-split execution by @eamonnfaherty in #545
  7. reduce execution time for portfolio sharing in launches and spoke-local-portfolios by @eamonnfaherty in #545
  8. introduce better intelligence when waiting for tasks to complete by @eamonnfaherty in #545

Full Changelog: 0.185.0...0.186.0