conductor icon indicating copy to clipboard operation
conductor copied to clipboard

APPLICATION FAILED TO START due to ExecutionLockService using Redis cluster

Open vinayak16690 opened this issue 1 year ago • 0 comments

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.

vinayak16690 avatar Jun 30 '23 07:06 vinayak16690