Lindsay S
06/07/2023, 6:55 PMkapa.ai
06/07/2023, 6:55 PMkapa.ai
06/07/2023, 6:56 PMshould_retry
and the backoff_time
methods. You can override these methods to customize the retry behavior. Here's an [example from the Slack API](https://github.com/airbytehq/airbyte/blob/master/airbyte-integrations/connectors/source-slack/source_slack/source.py#L72). However, there isn't enough information in the extracts to provide a specific solution for limiting concurrent requests in your custom connector. I recommend reviewing the [Airbyte documentation](https://docs.airbyte.com/connector-development/cdk-python) and [Airbyte forum](https://discuss.airbyte.io) for more guidance on custom connector development.