operator-framework / operator-controller

Apache License 2.0
30 stars 47 forks source link

Limit the number of unpack retries #882

Closed tmshort closed 1 week ago

tmshort commented 1 month ago

Clarification: Is this a statement or something that needs to be done in the future?

// There must be a limit to number of entries if status is stuck at
// unpack pending.

_Originally posted by @everettraven in https://github.com/operator-framework/operator-controller/pull/846#discussion_r1607078005_

joelanford commented 3 weeks ago

No I don't think we should have a limit. Let exponential back off do its thing.

tmshort commented 1 week ago

So we should close this?

everettraven commented 1 week ago

IIRC this was from a PR comment I made about a code comment. I'm fine with closing this, but maybe we should make sure we clean that comment up as well if it is not applicable.