conductor
conductor copied to clipboard
APPLICATION FAILED TO START due to ExecutionLockService using Redis cluster
Hi All, I'm trying to integrate redis-lock in conductor 3.13.7 with below configuration.
Details conductor.app.workflowExecutionLockEnabled=true conductor.workflow-execution-lock.type=redis
conductor.redis-lock.serverType=cluster conductor.redis-lock.serverAddress=redis://********* conductor.redis-lock.serverPassword= conductor.redis-lock.serverMasterName=master conductor.redis-lock.namespace=test_conductor_lock
But conductor fails to start properly with the following error:
APPLICATION FAILED TO START
Description: Parameter 1 of constructor in com.netflix.conductor.service.ExecutionLockService required a bean of type 'com.netflix.conductor.core.sync.Lock' that could not be found. Action: Consider defining a bean of type 'com.netflix.conductor.core.sync.Lock' in your configuration. "}
Please suggest for possible solution.