We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3613b61 commit aaef086Copy full SHA for aaef086
internal/lagoon/tasks.go
@@ -285,7 +285,7 @@ func ExecTaskInPod(
285
if debug {
286
fmt.Printf("Task '%v' executed in pod %v \n", task.Name, pod.Name)
287
if numIterations > 1 {
288
- fmt.Printf("Scaled up pods to %d replicas before executing task\n", numIterations)
+ fmt.Printf("Pod scaling function called %d time(s) before executing task\n", (numIterations - 1))
289
}
290
if task.ScaleWaitTime > 0 {
291
fmt.Printf("Waited %d seconds before executing task\n", task.ScaleWaitTime)
0 commit comments