feat(sync): add Octokit retry/throttle and rate-limited status

This commit is contained in:
Gabriel Brown
2026-07-11 14:28:02 -04:00
parent f1dbf8cd50
commit 4769a76274
7 changed files with 104 additions and 4 deletions
+1
View File
@@ -63,6 +63,7 @@ const spoonSyncStatus = v.union(
v.literal('checking'),
v.literal('conflict'),
v.literal('error'),
v.literal('rate_limited'),
);
const hasForkMetadata = (args: {