0

I'm new to Zeebe/Camunda. But got the bug on production, that appears in approximately one of three cases: ClientStatusException - Command 'CREATE' rejected with code 'NOT_FOUND': Expected to find process definition with process ID 'myProcess' But after retrying same request it might start well, with no exception. In zeebe/cicd.gradle file I got this setting:

production {
            valuesfile('helm/values-template.yaml')
            renderArgs([
                    userId                         : ciUserid,
                    ingressHost                    : 'myHost.com',
                    clusterSize                    : '3',
                    pvcStorageClassName            : 'zebee-prod',
                    pvcSize                        : '20Gi',
                    replicasSize                   : '2',
                    partitionCount                 : '3',
                    replicationFactor              : '3',
                    elasticsearchReplicas          : '1',
                    elasticsearchStorageClassName  : 'elasticsearch-prod',
                    elasticsearchPersistenceEnabled: 'true'
            ])
        }

Found this experiment with the same exception as mine: https://zeebe-io.github.io/zeebe-chaos/2021/01/26/deployments/ But didn't find the solution.

0 Answers0