edf-hpc / hpcstats

HPC clusters data guzzler for usage statistics and metrics
http://edf-hpc.github.io/hpcstats/
GNU General Public License v2.0
5 stars 3 forks source link

Avoid full stop of importer app on first cluster fail #6

Closed rezib closed 6 years ago

rezib commented 7 years ago

Currently, the importer app stops as soon as a source error is encountered. If a source error happens on a cluster, on the data from the other cluster (even if they work perfectly) are not imported. This behaviour should be avoided. The data must be imported for all working clusters and cluster encountering source error must simply be ignored.