Issue
When backfilling over large time volumes, a series of rapid fire requests may cause stability issues for some providers (depending on their implementation).
Proposal
Add an optional field of padding_seconds that supports adding spacing between requests. This will allow providers to implement rate limits in their systems, and prevent clients from hitting those rate limits.
Issue When backfilling over large time volumes, a series of rapid fire requests may cause stability issues for some providers (depending on their implementation).
Proposal Add an optional field of
padding_seconds
that supports adding spacing between requests. This will allow providers to implement rate limits in their systems, and prevent clients from hitting those rate limits.