Skip to content

Commit

Permalink
chore(log): add cronWorkflowWorkers log. Fixex: #13681
Browse files Browse the repository at this point in the history
Signed-off-by: shuangkun <tsk2013uestc@163.com>
  • Loading branch information
shuangkun committed Oct 1, 2024
1 parent 54621cc commit 7c98379
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workflow/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ func (wfc *WorkflowController) Run(ctx context.Context, wfWorkers, workflowTTLWo
log.WithField("workflowWorkers", wfWorkers).
WithField("workflowTtlWorkers", workflowTTLWorkers).
WithField("podCleanup", podCleanupWorkers).
WithField("cronWorkflowWorkers", cronWorkflowWorkers).
WithField("workflowArchive", wfArchiveWorkers).
Info("Current Worker Numbers")

Expand Down

0 comments on commit 7c98379

Please sign in to comment.