We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://world.openfoodfacts.org/category/cakes
Nutrition stats for the category should be displayed.
The text was updated successfully, but these errors were encountered:
This is due to a mongodb timeout when generating stats:
completed products: 68100 completed products: 68110 [Tue Jan 4 17:44:07 2022] gen_top_tags_per_country.pl: MongoDB::DatabaseError: operation exceeded time limit
In fact in production this script has failed since April 2021:
-rw-r--r-- 1 off users 24 Apr 19 2021 categories_nutriments_per_country.mo.sto -rw-r--r-- 1 off users 24 Apr 19 2021 categories_nutriments_per_country.hn.sto -rw-r--r-- 1 off users 374175 Apr 19 2021 categories_nutriments_per_country.th.sto stephane@off1:/srv/off/scripts/equadis-import$ ls -lrt /srv/off/index/
The problem shows now because we moved the location of the generated files to /srv/off/data/ ... and they are not generated.
Sorry, something went wrong.
fix: increase timeout for gen_top_tags_per_country.pl - fixes #6244
f8e0d3b
fix: increase timeout for gen_top_tags_per_country.pl - fixes #6244 (#…
35d4d24
…6246)
Successfully merging a pull request may close this issue.
What
To Reproduce
https://world.openfoodfacts.org/category/cakes
Expected behavior
Nutrition stats for the category should be displayed.
The text was updated successfully, but these errors were encountered: