squakez commented on issue #6581: URL: https://github.com/apache/camel-k/issues/6581#issuecomment-4407000349
The entire discussion available in this chat thread: https://camel.zulipchat.com/#narrow/channel/257299-camel-k/topic/Integration.20Builder.20Recovery/with/593474397 The idea is that whenever there is a "deployment" error (ie, a failure on trait application for any reason), we should apply an esponential backoff retry. We may need to distinguish the generic "Error" state we are returning now with something more specific, "DeploymentError" and "RuntimeError". With this error definition we can provide more easily a controller handler only for the former kind of error (as "RuntimeError" are already managed by reconciliation triggered by Pod restart). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
