From 1d1f58eb57372972326e441100a2e3c7b380e33c Mon Sep 17 00:00:00 2001 From: Alexandros Milaios Date: Thu, 3 Oct 2024 16:06:43 +0300 Subject: [PATCH] fix: increase the number of requests per second --- .../connectors/source-recurly/source_recurly/streams.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/airbyte-integrations/connectors/source-recurly/source_recurly/streams.py b/airbyte-integrations/connectors/source-recurly/source_recurly/streams.py index e95dace10eee..0ae4098f853b 100644 --- a/airbyte-integrations/connectors/source-recurly/source_recurly/streams.py +++ b/airbyte-integrations/connectors/source-recurly/source_recurly/streams.py @@ -18,6 +18,7 @@ BEGIN_TIME_PARAM = "begin_time" END_TIME_PARAM = "end_time" +RATE_LIMIT_SLEEP_IN_SECS = 0.16 CAMEL_CASE_PATTERN = re.compile(r"(?