We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b6a4c7 commit 2492a52Copy full SHA for 2492a52
convex/lib/skillPublish.ts
@@ -139,8 +139,8 @@ export async function publishVersionForUser(
139
publishedAt: Date.now(),
140
})
141
} catch (error) {
142
- console.error('GitHub backup failed', error)
143
- throw new ConvexError('GitHub backup failed. Please try again.')
+ console.error('GitHub backup failed (will retry via cron)', error)
+ // Don't throw - backup will be retried by cron job
144
}
145
146
const publishResult = (await ctx.runMutation(internal.skills.insertVersion, {
0 commit comments