Skip to content

Commit

Permalink
Fixes error
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzaldysanchez committed Oct 25, 2024
1 parent 42e5d0f commit bbb9b9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/services/workflows/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -1224,6 +1224,7 @@ func NewEngine(cfg Config) (engine *Engine, err error) {
stopCh: make(chan struct{}),
newWorkerTimeout: cfg.NewWorkerTimeout,
maxExecutionDuration: cfg.MaxExecutionDuration,
heartbeatCadence: cfg.HeartbeatCadence,
onExecutionFinished: cfg.onExecutionFinished,
afterInit: cfg.afterInit,
maxRetries: cfg.maxRetries,
Expand Down

0 comments on commit bbb9b9d

Please sign in to comment.