You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically it is hard to differentiate during the startup if it is because access right or just syncing is taking long. You can configure this timeout as seen in the PR.
Will discuss this with fabric8 team if we can improve on this. But will close the issue for now.
Bug Report
What did you do?
set
stopOnInformerErrorDuringStartup
tofalse
the doc states that
What did you expect to see?
The Spring Boot application would continue with startup, but attempt to start the
Operator
in the backgroundWhat did you see instead? Under which circumstances?
The Spring Boot application is prevented from starting while attempting to start the
Operator
.Possible Solution
Likely some executor is not configured to respect this property.
The text was updated successfully, but these errors were encountered: