-
Notifications
You must be signed in to change notification settings - Fork 70
new version can't be start with postgres #109
Comments
i solved a similar issue adding a runtime dependency (version may vary) into build.gradle : runtimeOnly "com.netflix.conductor:conductor-postgres-persistence:3.11.3" still i have a problem, a fresh install with the dependency works just one time. After a restart i have problems: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'taskResource' defined in URL [jar:file:/app/libs/conductor-server-3.11.3-boot.jar ps. i start conductor with this command: docker compose -f docker-compose.yaml -f docker-compose-postgres.yaml up any suggestions? thx e. |
Yea, it seems the server can't reach the ES6 service/container. The |
@edoang Enabling the DEBUG logs it can be seen that the ES6 timeout gets hit because the Conductor server is waiting for the ES6 cluster to get ready (be in the green state). The cluster can't get fully ready since the Docker Compose configures a single node cluster with the default count of replicas. However, you can apply a workaround by adding Actually, this workaround can be found in the official doc under the Elasticsearch timeout FAQ section. |
Describe the bug
new version can't be start with postgres,
can you tell me ,how to fix it ?
The text was updated successfully, but these errors were encountered: