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
Sync status reflects Google Sheets API rate limits
Status accuracy
Multi-Sync Scenarios
Two syncs targeting one Postgres database
Sync A: stripe → postgres (schema: "stripe")
Sync B: stripe → postgres (schema: "reporting")
Both target the same Postgres host with different schemas.
Test
Validates
Both syncs run independently with separate status
Independence
Each writes to its own schema
Schema isolation
Each has its own Sync.state checkpoint map
State isolation
Pausing Sync A does not affect Sync B
Lifecycle isolation
Files
File
Description
scenarios.md
This document
ARCHITECTURE.md
System layers, core model, source/destination types