Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion dbos/workflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ func registerScheduledWorkflow(ctx DBOSContext, workflowName string, fn Workflow
panic("Cannot register scheduled workflow after DBOS has launched")
}

c.getWorkflowScheduler().Start()
var entryID cron.EntryID
entryID, err := c.getWorkflowScheduler().AddFunc(cronSchedule, func() {
// Execute the workflow on the cron schedule once DBOS is launched
Expand Down
Loading