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 19efa48 commit 293deacCopy full SHA for 293deac
dbos/queue.go
@@ -209,6 +209,7 @@ func (qr *queueRunner) run(ctx *dbosContext) {
209
registeredWorkflow, exists := ctx.workflowRegistry[wfName.(string)]
210
if !exists {
211
ctx.logger.Error("workflow function not found in registry", "workflow_name", workflow.name)
212
+ continue
213
}
214
215
// Deserialize input
0 commit comments