davidlj95 / chrislb

Lazaro's website. Fashion stylist
https://christianlazaro.es
Apache License 2.0
1 stars 0 forks source link

Improve image lists generation performance #194

Closed davidlj95 closed 7 months ago

davidlj95 commented 11 months ago

Currently, image lists queries are run one by one, not in parallel. This is to avoid triggering ImageKit.io rate limits.

If rate limit was reached, script would raise an error and stop. To properly handle that, some code should be added to wait the specified time until trying again. More info in docs mentioned above

davidlj95 commented 7 months ago

Moved to https://github.com/davidlj95/chrislb/discussions/323