The new forecast segments capability introduced an issue where the wave post job could time out waiting for the output of later segments before those segments were complete. For now, the dependency is changed to wait until the forecast is complete until wave post can be refactored.
Type of change
Bug fix (fixes something broken)
Change characteristics
Is this a breaking change (a change in existing functionality)? NO
Does this change require a documentation update? NO
Does this change require an update to any of the following submodules? NO
How has this been tested?
XML generation only
Checklist
[x] Any dependent changes have been merged and published
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] My changes generate no new warnings
[x] New and existing tests pass with my changes
[x] I have made corresponding changes to the documentation if necessary
Description
The new forecast segments capability introduced an issue where the wave post job could time out waiting for the output of later segments before those segments were complete. For now, the dependency is changed to wait until the forecast is complete until wave post can be refactored.
Type of change
Change characteristics
How has this been tested?
XML generation only
Checklist