8000 Allow to set reconciliation timeout · Issue #2702 · operator-framework/java-operator-sdk · GitHub
[go: up one dir, main page]

Skip to content
Allow to set reconciliation timeout #2702
Open
@csviri

Description

@csviri

Having a timeout for reconciliation could mitigate issues when because of some issue in the implementation, the reconciliation would be stuck, and would hold the thread forever.

This is something, that could be configured per controller bases.

Note that implementation wise this might be harder then it looks first, since currently the the thread that executes the reconcile also does some post processing, so this would require subtle changes in threading model.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0