Issue hosting Conductor + Redis in k8s
Closed this issue · 1 comments
Nolux commented
Describe the bug
We are facing a issue with hosting conductor in our kubernates cluster.
When Redis is enabled we are getting the below error:
conductor-container.txt
When i set the config to be in-memory, conductor runs fine.
Details
Conductor version:
Persistence implementation: Redis
Queue implementation: Redis
Lock: Redis
Workflow definition: non
Task definition: non
Event handler definition: non
Additional context
Add any other context about the problem here.
Config ->
conductor.db.type=redis_standalone
conductor.queue.type=redis_standalone
conductor.redis.hosts=127.0.0.1:6379
conductor.redis-lock.serverAddress=redis://127.0.0.1:6379
conductor.redis.taskDefCacheRefreshInterval=1
conductor.redis.workflowNamespacePrefix=conductor
conductor.redis.queueNamespacePrefix=conductor_queues
conductor.workflow-execution-lock.type=redis
conductor.app.workflowExecutionLockEnabled=true
conductor.app.lockTimeToTry=500
conductor.app.systemTaskWorkerThreadCount=20
conductor.app.systemTaskMaxPollCount=20
conductor.metrics-prometheus.enabled=true
management.endpoints.web.exposure.include=prometheus
loadSample=true
Nolux commented
found my own error in the config:
conductor.redis.hosts=127.0.0.1:6379 i was missing :us-east1c