Skip to content

Commit

Permalink
update redis configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n committed Aug 2, 2024
1 parent 9da6a4e commit 94c3ead
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker/server/config/config-redis.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ 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

# Elastic search instance indexing is enabled.
conductor.indexing.enabled=true
conductor.elasticsearch.url=http://es:9200
Expand Down

0 comments on commit 94c3ead

Please sign in to comment.