Skip to content

Commit 2492a52

Browse files
thewilloftheshadowvercel[bot]
authored andcommitted
Update skillPublish.ts
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
1 parent 9b6a4c7 commit 2492a52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

convex/lib/skillPublish.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ export async function publishVersionForUser(
139139
publishedAt: Date.now(),
140140
})
141141
} catch (error) {
142-
console.error('GitHub backup failed', error)
143-
throw new ConvexError('GitHub backup failed. Please try again.')
142+
console.error('GitHub backup failed (will retry via cron)', error)
143+
// Don't throw - backup will be retried by cron job
144144
}
145145

146146
const publishResult = (await ctx.runMutation(internal.skills.insertVersion, {

0 commit comments

Comments
 (0)