Skip to content

Set MaxConcurrentReconciles based on container GOMAXPROCS  #169

@dgkanatsios

Description

@dgkanatsios

MaxConcurrentReconciles for both controllers is currently set to 1 (default value). This is the number of goroutines that will be spawned to handle the reconcile requests coming in the workqueue.

We could use https://github.com/uber-go/automaxprocs to set GOMAXPROCS to what set on the container quotas and then set the MaxConcurrentReconciles to that value.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions