-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
Each reconcile event will result in the entire set of Operator CRs being processed, and in order to do that in a timely manner they should all be processed in parallel as opposed to serially.
This issue should be done after #89, as each Operator process needs to know the entire cluster state in order for each CR be processed properly.
Acceptance Criteria:
- Reconciler is updated to process listed Operator CRs in parallel.
- Test are written to cover this behavior.
Depends on #89
Metadata
Metadata
Assignees
Labels
No labels