dlr-eoc / prosEO

prosEO – A Processing System for Earth Observation Data
GNU General Public License v3.0
14 stars 1 forks source link

Planner: Start job steps only after execution time of order is reached #92

Closed tangobravo62 closed 3 years ago

tangobravo62 commented 4 years ago

The processing order has an attribute executionTime, which is not yet honoured during the planning process. The Planner shall be extended so that it does not start job steps, for which the execution time of the order has not yet been reached. This allows for orders to be created, approved, planned and released, but put into a waiting state, until e. g. some optional, but desirable input is presumably available.

emelchinger commented 4 years ago

Implemented, see commit message.