Server Configuration

Hi,

In our application, we have used docker-compose for temporal. But I am confused about where I shall specify the below configuration, as I am new to this -

  • persistence.numGlobalReplicationClusters
  • worker.taskQueue.activitiesPerSecond
  • worker.taskQueue.activitiesPerTaskQueue
  • worker.maxConcurrentActivityExecutionSize
  • worker.maxConcurrentWorkflowTaskExecutionSize
  • history.numTasklistPartitions

According to the documents I understand, it won’t be in static or dynamic config.

Our application has a temporal folder under which a postgress-es.yaml; under this folder, we have our dynamicConfig which contains the docker.yaml.