timkolloch / tandoor_importer

A program to import food nutrients to a Tandoor instance
MIT License
1 stars 0 forks source link

Improve speed #29

Closed timkolloch closed 1 month ago

timkolloch commented 1 month ago

Currently the program is way too slow. For my ~380 food items it takes around 10 minutes. Mainly because all api requests are done sequentially and blocking. Improve this by making calls async and start to update the food items in parallel