source-amazon-seller-partner: wait_to_avoid_fatal_errors does not work as advertised #48882
Open
1 task done
Labels
area/connectors
Connector related issues
community
connectors/source/amazon-seller-partner
team/connectors-python
type/bug
Something isn't working
Connector Name
source-amazon-seller-partner
Connector Version
4.4.7
What step the error happened?
During the sync
Relevant information
wait_to_avoid_fatal_errors does not work as you would expect it to, or at least I don't think it matches the intention of the original PR. The
@threshold_period_decorator
is added to the read_records function. From my local usage, each individual RECORD has an emitted_at has a gap as defined inSTREAM_THRESHOLD_PERIOD
.Meaning in this example
Rather than the report only being requested every 12.5 minutes, each item in the stream is read every 12.5 minutes which means the overall rate limiting here is massive. A Page of ~20 items takes about 4 hours.
Relevant log output
Contribute
The text was updated successfully, but these errors were encountered: