Skip to content

Commit

Permalink
delete bad comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BarkovBG committed Jan 29, 2024
1 parent f751d6f commit a0a896f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cloud/tasks/collect_lister_metrics_task.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func (c collectListerMetricsTask) Run(
ctx,
func(context.Context) ([]storage.TaskInfo, error) {
return c.storage.ListTasksRunning(
ctx, // excludingHostname
ctx,
^uint64(0), // limit
)
},
Expand All @@ -68,7 +68,7 @@ func (c collectListerMetricsTask) Run(
ctx,
func(context.Context) ([]storage.TaskInfo, error) {
return c.storage.ListTasksReadyToCancel(
ctx, // excludingHostname
ctx,
^uint64(0), // limit
nil,
)
Expand All @@ -83,7 +83,7 @@ func (c collectListerMetricsTask) Run(
ctx,
func(context.Context) ([]storage.TaskInfo, error) {
return c.storage.ListTasksCancelling(
ctx, // excludingHostname
ctx,
^uint64(0), // limit
)
},
Expand Down

0 comments on commit a0a896f

Please sign in to comment.