timkolloch / tandoor_importer

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

feat(main): Async calls and tasks #30

Closed timkolloch closed 1 month ago

timkolloch commented 1 month ago

I added basic functionality for tasks and async processing. This sped up the processing time for my instance from 10 minutes to about three minutes which is acceptable for now.

Closes #29