You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using Stitch to replicate Mailchimp data to a Redshift DWH on 1h intervals.
Our replication is often down and returns what seems to be a timeout error:
Mailchimp campaigns export is still in progress after 43200 seconds. Will continue with this export on the next sync.
The number of rows loaded when the error returns is inferior to what it should be. We are missing a lot of data.
message='Mailchimp campaigns export is still in progress after {} seconds. Will continue with this export on the next sync.'.format(MAX_RETRY_ELAPSED_TIME)
Is there anything that can be done to fix this?
The text was updated successfully, but these errors were encountered:
We are using Stitch to replicate Mailchimp data to a Redshift DWH on 1h intervals.
Our replication is often down and returns what seems to be a timeout error:
The number of rows loaded when the error returns is inferior to what it should be. We are missing a lot of data.
This line in the code:
tap-mailchimp/tap_mailchimp/sync.py
Line 246 in 7b1327c
Is there anything that can be done to fix this?
The text was updated successfully, but these errors were encountered: