RJR
Convex Community2y ago
4 replies
RJ

Transient error while executing action

I was testing something which involved recursive action execution (run an action, then run it again with
scheduler.runAfter(0, ...)
, until the base case is reached), and I ran into a failure which was logged as
Transient error while executing action
.

What is this? Should I expect it to happen regularly? Do I need to orchestrate some state management/retry scaffolding in order to anticipate the possibility of this occurring?
Was this page helpful?