dlr-eoc / prosEO

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

Ingestor: Add automatic product eviction #156

Closed tangobravo62 closed 2 years ago

tangobravo62 commented 3 years ago

The new data model 1.4 now facilitates automatic eviction of products. For this to happen, the Ingestor shall use the method provided in ProductRepository::findByEvictionTimeBeforeNow() and delete all products returned by this method, unless data model consistency constraints forbid that.

tangobravo62 commented 2 years ago

Implemented with commit bffb27a. Tested successfully during S1B production (until decommissioning of the satellite).