apache / incubator-kie-issues

Apache License 2.0
12 stars 1 forks source link

kn workflow cli got stuck in "Warming up SonataFlow containers" when the image is not present in the machine #1430

Closed treblereel closed 1 week ago

treblereel commented 2 months ago

First time we run kn workflow run, the console get stuck in this message until it times out:

🔎 Warming up SonataFlow containers (registry.redhat.io/openshift-serverless-1-tech-preview/logic-swf-devmode-rhel8:1.32.0), this could take some time...

it's a copy of https://github.com/apache/incubator-kie-tools/issues/2206

treblereel commented 2 months ago

podman_linux_success.txt podman_osx_failed.txt

It looks like the error isn't related to an unavailable image, most likely podman/docker on osx m1

Maybe we can increase postgre startup timeout from 10s to 30s.

@ricardozanini

treblereel commented 1 week ago

It's a duplicate of https://github.com/apache/incubator-kie-issues/issues/1549