Actions
Bug #19280
closedSlow workflow startup time when entire workflow is defined in a single file
Story points:
-
Release:
Release relationship:
Auto
Updated by Peter Amstutz over 2 years ago
- Status changed from New to In Progress
Updated by Peter Amstutz over 2 years ago
- Target version changed from 2022-07-20 to 2022-08-03 Sprint
Updated by Peter Amstutz over 2 years ago
- Target version changed from 2022-08-03 Sprint to 2022-08-17 sprint
Updated by Peter Amstutz over 2 years ago
19280-cache-loadref @ 3fb6110248db3f87fb21f852c8d6bfebbb2910a0
- When scanning for dependencies, keep a cache of files that have already been loaded/parsed, so that when there's one big file we don't keep re-parsing it
- Pull in performance fix from schema-salad (https://github.com/common-workflow-language/schema_salad/releases/tag/8.3.20220801194920) by caching the "metaschema" instead of redundantly reloading it
- Disable validation when re-loading the original version of the document (since it already passed validation)
- Fix install problem with msgpack
- Fix for 1.2.1 conformance test "tests/secondaryfiles/rename-inputs.cwl"
- Tested locally against 1.2.1 conformance tests, everything expected to pass, passes
Updated by Peter Amstutz over 2 years ago
- Status changed from In Progress to Resolved
Actions