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 3362bbb commit 3cad61bCopy full SHA for 3cad61b
services/actions/cleanup.go
@@ -132,8 +132,6 @@ func CleanupLogs(ctx context.Context) error {
132
return nil
133
}
134
135
-const deleteEphemeralRunnerBatchSize = 100
136
-
137
// CleanupEphemeralRunners removes used ephemeral runners which are no longer able to process jobs
138
func CleanupEphemeralRunners(ctx context.Context) error {
139
subQuery := builder.Select("`action_runner`.id").
0 commit comments