Skip to content

Commit 3cad61b

Browse files
committed
remove unused deleteEphemeralRunnerBatchSize
1 parent 3362bbb commit 3cad61b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

services/actions/cleanup.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ func CleanupLogs(ctx context.Context) error {
132132
return nil
133133
}
134134

135-
const deleteEphemeralRunnerBatchSize = 100
136-
137135
// CleanupEphemeralRunners removes used ephemeral runners which are no longer able to process jobs
138136
func CleanupEphemeralRunners(ctx context.Context) error {
139137
subQuery := builder.Select("`action_runner`.id").

0 commit comments

Comments
 (0)