When an integration reports state=degraded and initialSyncState=complete, Factory currently exits with “wait for its initial sync, then retry.” The sync is already complete and the mounted data can be stale, so waiting cannot recover the run. Factory should distinguish an in-progress initial sync from a completed-but-degraded connection and direct an authorized workspace owner to repair/reconnect the provider. Reproduced while bootstrapping burn through Factory: GitHub status was (degraded, complete) and the mounted burn issue index omitted current issue #500.
When an integration reports
state=degradedandinitialSyncState=complete, Factory currently exits with “wait for its initial sync, then retry.” The sync is already complete and the mounted data can be stale, so waiting cannot recover the run. Factory should distinguish an in-progress initial sync from a completed-but-degraded connection and direct an authorized workspace owner to repair/reconnect the provider. Reproduced while bootstrapping burn through Factory: GitHub status was(degraded, complete)and the mounted burn issue index omitted current issue #500.