RedHat-Middleware-Workshops / dayinthelife-streaming

Day in the Streaming Life (Event-Driven) Workshop
48 stars 57 forks source link

Default timeout for camel k builds is too low #87

Open hguerrero opened 2 years ago

hguerrero commented 2 years ago

When running the camel k kit builder the default timeout is too low for the latency to maven central, killing the pod before it is able to complete.

We need to change the default integration platform to set a value of 10 minutes for maven and 20 for overall.

hguerrero commented 2 years ago

Currently, the camel k integration platform is created by the installer. However, we have a step in module 1 that creates/updates the integration platform when deploying the event-driven integrations. https://github.com/RedHat-Middleware-Workshops/dayinthelife-streaming/commit/0b9753529de8aa919c7ce04cc989a079940a6b99 fixes this step. If the user skips this step, the IP keeps the old values making it possible to crash in the future. We might need to also update the installer to add the timeout since the beginning.