Yeetii / peaks-hunters

0 stars 0 forks source link

Limit requests to Peaks inside SummitedPeaks, parallelize strava fetch #16

Closed Yeetii closed 2 months ago

Yeetii commented 1 year ago

There are too many requests being made to Peaks in SummitedPeaks which is limiting performance and hitting the RU limit. When performing batch processing of SummitedPeaks multiple activities must share the same request to Peaks.

Group together activities before doing fetch?

Generalize request so they can be saved and reused?

Yeetii commented 1 year ago

Have managed to improve performance of SummitedPeaks a lot!