go.charczuk.com@v0.0.0-20240327042549-bc490516bd1a/projects/nodes/_temporal/dynamicconfig.yaml (about)

     1  #
     2  # Copyright (c) 2024 - Present. Will Charczuk. All rights reserved.
     3  # Use of this source code is governed by a MIT license that can be found in the LICENSE file at the root of the repository.
     4  #
     5  frontend.enableClientVersionCheck:
     6  - value: true
     7    constraints: {}
     8  history.persistenceMaxQPS:
     9  - value: 3000
    10    constraints: {}
    11  frontend.persistenceMaxQPS:
    12  - value: 3000
    13    constraints: {}
    14  frontend.throttledLogRPS:
    15  - value: 20
    16    constraints: {}
    17  history.defaultActivityRetryPolicy:
    18  - value:
    19      InitialIntervalInSeconds: 1
    20      MaximumIntervalCoefficient: 100.0
    21      BackoffCoefficient: 2.0
    22      MaximumAttempts: 0
    23  history.defaultWorkflowRetryPolicy:
    24  - value:
    25      InitialIntervalInSeconds: 1
    26      MaximumIntervalCoefficient: 100.0
    27      BackoffCoefficient: 2.0
    28      MaximumAttempts: 0
    29  system.advancedVisibilityWritingMode:
    30    - value: "off"
    31      constraints: {}