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
In current implementation there is an ugly sleep(30) used to makes sure the setup code is not trying to run kcadm.sh before keycloak rest api is up and running.
In order to get rig of this hardcode we can think of a better solution ie. search for some 'healthcheck' type of endpoint we could ping in short intervals ... or if that's not the case implement proper (and simple) re-try mechanism.
The text was updated successfully, but these errors were encountered:
In current implementation there is an ugly sleep(30) used to makes sure the setup code is not trying to run kcadm.sh before keycloak rest api is up and running.
In order to get rig of this hardcode we can think of a better solution ie. search for some 'healthcheck' type of endpoint we could ping in short intervals ... or if that's not the case implement proper (and simple) re-try mechanism.
The text was updated successfully, but these errors were encountered: