Certain API handlers can call secondary endpoints to pull down entity-specific data:
https://github.com/PersonalDataPipeline/pdpl-cli/blob/main/src/apis/strava/index.ts#L123-L139
If a call to one of these endpoints fails, it is logged but the call will not be retried. PDPL should queue the call so it can be run again in the future.
Certain API handlers can call secondary endpoints to pull down entity-specific data:
https://github.com/PersonalDataPipeline/pdpl-cli/blob/main/src/apis/strava/index.ts#L123-L139
If a call to one of these endpoints fails, it is logged but the call will not be retried. PDPL should queue the call so it can be run again in the future.