Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
am6010 committed Oct 3, 2024
1 parent c97dbcc commit 69b2810
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ def read_records(
yield self._item_to_dict(item)
# slow down the API calls to avoid rate limiting
# https://recurly.com/developers/api-v2/v2.2/#section/Rate-Limits
# making 5 API calls per second / 300 API calls per minute / 1500 API calls per 5 minutes
time.sleep(RATE_LIMIT_SLEEP_IN_SECS)

def get_updated_state(self, current_stream_state: MutableMapping[str, Any], latest_record: Mapping[str, Any]):
Expand Down

0 comments on commit 69b2810

Please sign in to comment.