Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Log worker count.
Browse files Browse the repository at this point in the history
  • Loading branch information
Baliedge committed Sep 28, 2023
1 parent b6c7af4 commit dbcdc2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workers.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ func NewWorkerPool(conf *Config) *WorkerPool {
}

// Create workers.
logrus.Infof("Starting %d Gubernator workers...", conf.Workers)
for i := 0; i < conf.Workers; i++ {
chp.workers[i] = chp.newWorker()
go chp.dispatch(chp.workers[i])
Expand Down

0 comments on commit dbcdc2e

Please sign in to comment.