Skip to content

Commit 547e90d

Browse files
committed
Drop to a single Jira Worker
1 parent 2c7b67b commit 547e90d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cmd/release-controller/controller.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -445,9 +445,9 @@ func (c *Controller) run(workers int, stopCh <-chan struct{}) {
445445
go wait.Until(c.auditWorker, time.Second, stopCh)
446446
}
447447

448-
for range workers {
449-
go wait.Until(c.jiraWorker, time.Second, stopCh)
450-
}
448+
//for range workers {
449+
go wait.Until(c.jiraWorker, time.Second, stopCh)
450+
//}
451451

452452
for range workers {
453453
go wait.Until(c.legacyResultsWorker, time.Second, stopCh)

0 commit comments

Comments
 (0)