dlr-eoc / prosEO

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

ProductionPlanner: Enhance KubeDispatcher to look for aborted jobs in Kubernetes #97

Closed tangobravo62 closed 3 years ago

tangobravo62 commented 4 years ago

Apparently the KubeDispatcher does not detect aborted jobs (i. e. terminated manually via the Kubernetes Dashboard). Such a function would be desirable.

tangobravo62 commented 3 years ago

Now the KubeConfig.sync() method is called in fixed intervals and checks for unexpectedly completed jobs in the Kubernetes job list.