Skip to content

Commit 293deac

Browse files
committed
nit
1 parent 19efa48 commit 293deac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dbos/queue.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ func (qr *queueRunner) run(ctx *dbosContext) {
209209
registeredWorkflow, exists := ctx.workflowRegistry[wfName.(string)]
210210
if !exists {
211211
ctx.logger.Error("workflow function not found in registry", "workflow_name", workflow.name)
212+
continue
212213
}
213214

214215
// Deserialize input

0 commit comments

Comments
 (0)