Skip to content

Allow concurrent reconciliation only for distinct resources #616

Closed
@sebbonnet

Description

@sebbonnet

At present, reconcile.Reconciler allows multiple concurrent reconciliations through adjustment of the MaxConcurrentReconciles property to values above 1. However, this opens the possibility that there could be two concurrent reconciliations for the same resource, which is a situation we would like to avoid.

We would like to be able to configure the Reconciler so that it supports concurrent reconciliations only for distinct resources. In other words, it would be possible to concurrently reconcile resources A and B, but not to have two concurrent reconciliations for either A or B.

Metadata

Metadata

Assignees

No one assigned

    Labels

    triage/needs-informationIndicates an issue needs more information in order to work on it.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions