Skip to content

Commit

Permalink
feat: studio one man queue
Browse files Browse the repository at this point in the history
  • Loading branch information
mfbx9da4 committed Aug 29, 2024
1 parent 2ad3e24 commit d4bbfe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/studio/studioHandlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ func (h *StudioHandlers) reRun(ctx context.Context, w http.ResponseWriter, r *ht

h.running = true
defer func() {
h.syncCondition.L.Unlock()
h.running = false
h.syncCondition.Broadcast()
h.syncCondition.L.Unlock()
}()

cloned, err := h.WorkflowRunner.Clone(h.Ctx, run.WithSkipCleanup(), run.WithLinting())
Expand Down

0 comments on commit d4bbfe0

Please sign in to comment.