Issue
The Stripe connector is delayed and the sync is progressing slowly. What is causing this?
Environment
Connector: Stripe
Resolution
A potential cause of this is the customer_balance_transaction
.
Please check if the customer_balance_transaction
table is enabled for your sync. In the schema configuration, it is recommended that you do not sync this table as it is known to slow the sync:
Not recommended: Select the parent table CUSTOMER to sync this sub-table. We don't recommend selecting this sub-table because it might slow down your sync.
You can stop syncing this by following the steps below:
- De-select the table in the schema configuration.
- Pause the sync.
- Resume the sync.