jxu-nflx

Results 13 comments of jxu-nflx

Hello @johnico Are you running conductor via docker? Can you share the config files? As @BrandonDotLin mentioned, you need to have ES enabled and ES cluster running for logs to...

@Sunyelw do you have ES indexing enabled? ```conductor.indexing.enabled=true`

@Sunyelw Take a look at the client side metrics to see how long it takes for your worker to process the task: https://github.com/Netflix/conductor/blob/478ea92b169ddc688ad58d8693dc1837d7e8320f/client/src/main/java/com/netflix/conductor/client/automator/TaskPollExecutor.java#L248 Or you can simply just measure the...

Hello @lianjunwei how is your worker configed to poll tasks: https://github.com/Netflix/conductor/blob/main/client/src/main/java/com/netflix/conductor/client/automator/TaskRunnerConfigurer.java#L174? Seemed to me that it is just polling from that specific instance? You might want to check your server...

@lianjunwei I am looking for your setting for https://github.com/Netflix/conductor/blob/main/client/src/main/java/com/netflix/conductor/client/automator/TaskRunnerConfigurer.java#L174? >> According to your guess, if my conductor server deploys 10 instances, it will take 10 rounds of training to get...

@akash0996 it would be helpful if you can provide the workflow json, and also check conductor server logs for any errors? I assume the next task is a decision task...

> After upgrading to `v3.10.7` with Postgres persistence `3.10.5` I have execution hanging in the same manner as described above after switch nodes. The switch nodes evaluate the result correctly....

@peterlau Could you help to take a look at this?

Hello @cuixiushuai I do see that mapping is removed by [this line](https://github.com/Netflix/conductor/blob/478ea92b169ddc688ad58d8693dc1837d7e8320f/redis-persistence/src/main/java/com/netflix/conductor/redis/dao/RedisExecutionDAO.java#L338) here: https://github.com/Netflix/conductor/blob/478ea92b169ddc688ad58d8693dc1837d7e8320f/redis-persistence/src/main/java/com/netflix/conductor/redis/dao/RedisExecutionDAO.java#L317

Hello @dzx2018 please feel free to contribute and create a PR for it, thanks!