0.186.0
WARNINGS
- cache locations for tasks have moved in Amazon S3. You will need to rewarm your cache.
- list launches command is disabled until the performance is improved
- dry run command is disabled until the performance is improved
- graph command is disabled until it is fixed
What's Changed
- enable concurrency when scheduling tasks (luigi usage change) by @eamonnfaherty in #545
- reduce class inheritance size for tasks to reduce pickle time by @eamonnfaherty in #545
- move dependencies out of luigi tasks to make them easier to test by @eamonnfaherty in #545
- reduce memory footprint by reducing the number of attributes in tasks and the dependency on the large manifest file by @eamonnfaherty in #545
- improve performance of hub-and-spoke-split execution by @eamonnfaherty in #545
- improve reliability of hub-and-spoke-split execution by @eamonnfaherty in #545
- reduce execution time for portfolio sharing in launches and spoke-local-portfolios by @eamonnfaherty in #545
- introduce better intelligence when waiting for tasks to complete by @eamonnfaherty in #545
Full Changelog: 0.185.0...0.186.0