@kapa.ai Why do some stream get stuck on "Queued for next sync" status ? How can I force the streams to sync?
u
user
10/24/2024, 12:30 PM
Based on the provided knowledge sources, I can explain why some streams might get stuck on "Queued for next sync" status and how you can force the streams to sync. The "Queued for next sync" status means that the stream has not synced yet and is scheduled to be synced in the next scheduled sync [Review the connection status > Review the stream status](https://docs.airbyte.com/cloud/managing-airbyte-cloud/review-connection-status#review-the-stream-status). This status is normal and doesn't necessarily indicate a problem. However, if you want to force the streams to sync immediately, you have a few options: 1. Manual Sync: If your connection is set to replicate with "Manual" frequency, you can trigger a sync by clicking the "Sync Now" button through the UI or by using the API [Manual Syncs](https://docs.airbyte.com/using-airbyte/core-concepts/sync-schedules#manual-syncs). 2. Per-Stream Actions: Airbyte offers stream-specific actions that allow for precise management of your data. You can click the three grey dots next to any stream to open available options [Per-Stream Actions](https://docs.airbyte.com/cloud/managing-airbyte-cloud/review-connection-status#per-stream-actions). From here, you can: - Refresh the stream: This will repull all historical data for the stream. - Clear data: This removes previously synced data from your destination for the stream. After performing these actions, you may need to initiate a new sync to see the changes take effect. If you continue to experience issues with streams not syncing as expected, it might be worth checking for any configuration errors or system issues that could be affecting the sync process [Connection Troubleshooting](https://docs.airbyte.com/cloud/managing-airbyte-cloud/review-connection-status#connection-troubleshooting). Remember, if you make any changes to stream settings or approve any non-breaking schema changes, Airbyte recommends clearing the affected streams to ensure data continues to sync accurately [Steps to Clear Data](https://docs.airbyte.com/operator-guides/clear#steps-to-clear-data).