Arif Chaudhary
10/25/2024, 7:21 AMWorkload dbf246d7-8seg-4c20-b226-2d0fec5f6454_135_0_sync is pending
user
10/25/2024, 7:21 AMWorkload dbf246d7-8seg-4c20-b226-2d0fec5f6454_135_0_sync is pending
) suggests that the sync job is waiting to be processed, which could indicate resource constraints or scheduling issues. Here are a few potential reasons and suggestions based on the knowledge sources: 1. Resource allocation: Even though you have 8 CPUs and 32 GB of memory, Airbyte might not be utilizing all of it. Check your Airbyte configuration to ensure it's allowed to use the available resources. 2. Concurrent syncs: If you're running multiple syncs simultaneously, it could be causing resource contention. Try limiting the number of concurrent syncs. 3. Adaptive fetch size: As mentioned in the GitHub issue, the adaptive fetch size can significantly impact sync speed. You might want to investigate if this is affecting your sync performance. 4. Scheduler issues: Some users have reported problems with the Temporal Scheduler causing syncs to hang. Ensure you're using the latest version of Airbyte and check if there are any known issues with the scheduler in your version. 5. Connection or network issues: There could be intermittent connection issues between your EC2 instance and the source/destination databases. To troubleshoot further, you could try: 1. Monitoring resource usage during the sync to see if there are any bottlenecks. 2. Checking the full logs for any error messages or warnings. 3. Trying to sync a smaller subset of data to see if it completes successfully. 4. Verifying network connectivity and permissions between your EC2 instance, SQL Server, and Snowflake. If the problem persists, you might want to consider opening an issue on the [Airbyte GitHub repository](https://github.com/airbytehq/airbyte) with detailed logs and configuration information.