feat(sync): add Octokit retry/throttle and rate-limited status
This commit is contained in:
@@ -63,6 +63,7 @@ const spoonSyncStatus = v.union(
|
||||
v.literal('checking'),
|
||||
v.literal('conflict'),
|
||||
v.literal('error'),
|
||||
v.literal('rate_limited'),
|
||||
);
|
||||
|
||||
const hasForkMetadata = (args: {
|
||||
|
||||
Reference in New Issue
Block a user