conductor icon indicating copy to clipboard operation
conductor copied to clipboard

Conductor is a microservices orchestration engine.

Results 292 conductor issues
Sort by recently updated
recently updated
newest added

### Discussed in https://github.com/Netflix/conductor/discussions/3061 Originally posted by **ZergRushJoe** June 22, 2022 I have been trying to move over are conductor instance to redis sentinel. my current config is ``` #...

**Describe the bug** 1 jvm frequently full gc 2 dump the heap, com.netflix.conductor.jedis.JedisMock is the biggest object, on the setCache of org.rarefiedredis.redis.RedisMock, many HashNode, key like test.WORKFLOW_TO_TASKS.WorkflowInstanceId, value is empty...

Conductor Version: #v3.10.3 Docker-compose deploy, and demo is starting local. ``` docker-compose -f docker-compose.yaml up ``` invoke trace ![image](https://user-images.githubusercontent.com/31758533/183572732-8131e607-8d3a-40ae-b07e-7b67f58fa4aa.png) a simple demo cost 200s ![image](https://user-images.githubusercontent.com/31758533/183572503-621e4bfb-1cc3-4889-80e8-f4df30c7738b.png) Why?

**Describe the bug** I am trying to upgrade conductor 3.7.3 version but after upgrade conductor server not starting because in this version schema as "public" is hardcoded in PostgresConfiguration which...

type: bug

Pull Request type ---- - [ ] Bugfix - [ ] Feature - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes (Please run...

type: dependencies

Pull Request type ---- - [ ] Bugfix - [ ] Feature - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes (Please run...

**Describe the bug** We have a flow which from what I'm seeing in the definition has a WAIT task with an invalid external storage path. This results in a null...

type: bug

## CASE background Conductor version: v3.11.0-SNAPSHOT Deployment Type: docker-compose ( In memory ) Deployment Result ``` ❯ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 76dbcce325a2 conductor:ui "docker-entrypoint.s…"...

type: bug

**Describe the bug** Could not manage to view the logs are set by my sample worker also i tried to post logs via /api/taskid/log (via swagger and code and then...

Pull Request type ---- - [ ] Bugfix - [ ] Feature - [x] Refactoring (no functional changes, no api changes) - [ ] Build related changes (Please run `./gradlew...

work_in_progress