run multiple backup reconcilers, only reconcile ReadyToStart backups

Signed-off-by: Scott Seago <sseago@redhat.com>
This commit is contained in:
Scott Seago
2025-09-17 18:00:09 -04:00
parent 300bc70c68
commit d39ad6f208
3 changed files with 50 additions and 15 deletions

View File

@@ -64,7 +64,7 @@ func NewBackupQueueReconciler(
Client: client,
Scheme: scheme,
logger: logger,
concurrentBackups: concurrentBackups,
concurrentBackups: max(concurrentBackups, 1),
frequency: defaultQueuedBackupRecheckFrequency,
}
}