openfoodfacts / openfoodfacts-monitoring

1 stars 5 forks source link

Deployment is failing - 2023-01-04 #102

Closed alexgarel closed 10 months ago

alexgarel commented 10 months ago

see https://github.com/openfoodfacts/openfoodfacts-monitoring/actions/runs/7389434241

This is failing because the chown elasticsearch:root -R /opt/elasticsearch/backups, part of make create_backups_dir, is taking far too much time (18 minutes) to run.

This is kind of expected as the files are on ovh3, through NFS with high latency, and their are many files (about 60 000).

So I will remove the chown part for now !