Transient error while executing action
I dont know what caused this error , didnt get much detail in logs could someone from the team can help on this ?
I can share the code privately if required
3 Replies
gental bump
node action, or convex runtime action?
Have you checked out the action retry helper btw? Some transient failures are when a machine restarts or other transient infra blips. Should be very rare, but if you want to protect against them and can reason about an action being tried multiple times (and not dual-scheduling a linkedin something something), it could work for you: https://www.npmjs.com/package/convex-helpers#action-retries
npm
convex-helpers
A collection of useful code to complement the official convex package.. Latest version: 0.1.38, last published: 2 days ago. Start using convex-helpers in your project by running
npm i convex-helpers
. There are no other projects in the npm registry using convex-helpers.