Sunyelw
Sunyelw
The same problem, as my config.properties: ``` # Servers. conductor.grpc-server.enabled=false # Database persistence model. conductor.db.type=memory # Dynomite Cluster details. # format is host:port:rack separated by semicolon conductor.redis.hosts=dyno1:8102:us-east-1c # Namespace for...
Sry, my config-local.properties has been replaced by config.properties. And then this property `onductor.indexing.enabled` is `true` Actual properties: ``` # Servers. conductor.grpc-server.enabled=false # Database persistence type. conductor.db.type=dynomite # Dynomite Cluster details....
the complete log ``` 2071 [main] INFO com.netflix.conductor.Conductor [] - Loaded 13 properties from /app/config/config.properties ______ ______ .__ __. _______ __ __ ______ .___________. ______ .______ / | / __...
@apanicker-nflx Sorry to delay reply, this I had test several day ago, didn't work.
> Sry, my config-local.properties has been replaced by config.properties. And then this property `onductor.indexing.enabled` is `true` > > Actual properties: > > ``` > # Servers. > conductor.grpc-server.enabled=false > >...
fix: Conductor version is v3.11.0-SNAPSHOT
> fix: Conductor version is v3.11.0-SNAPSHOT and conductor client is 3.3.4
@jxu-nflx Yeah, and what does this dynomite do? Does it necessary for UI searching?
@jianbo When I tried `HTTP` type task, it works well. Maybe you should check conductor-server started and healthy first. ( UI dependents on Server )
Adding to this, when I change version to v3.11.0 Repeat this demo, got this 