Skip to content

Commit 176eba9

Browse files
committed
Update maintenace events defaults
- Enable Maintenace events by default - Use auto reoslving for Adrress type - set timeoutsRelaxingDuringMaintenance to 1s maintenanceEventsConfig: enabled: true timeoutOptions: # Options to configure command timeouts fixedTimeout: PT0.200S # 200ms timeoutsRelaxingDuringMaintenance: PT1S #
1 parent 066d310 commit 176eba9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

runner-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ runner:
4141
autoReconnect: true
4242
maintenanceEventsConfig:
4343
enabled: true
44-
movingEndpointAddressType: EXTERNAL_IP # INTERNAL_IP, INTERNAL_FQDN, EXTERNAL_IP, EXTERNAL_FQDN
44+
# movingEndpointAddressType: EXTERNAL_IP # INTERNAL_IP, INTERNAL_FQDN, EXTERNAL_IP, EXTERNAL_FQDN
4545
#reconnectOptions:
4646
# fixedDelay: PT1S # 1s Configures constant delay between re-connection attempts
4747
#pingBeforeActivate: false
4848
#requestQueueSize: 2147483647 # 2^31-1 Set the per-connection request queue size.
4949
# The command invocation will lead to a {@link RedisException} if the queue size is exceeded. Default is {@link Integer#MAX_VALUE}.
5050
#disconnectedBehavior: REJECT_COMMANDS #Options: DEFAULT, ACCEPT_COMMANDS, REJECT_COMMANDS
51-
#timeoutOptions: # Options to configure command timeouts
52-
# fixedTimeout: PT1S # 1 s
53-
# timeoutsRelaxingDuringMaintenance: PT0.500S # 500 ms
51+
timeoutOptions: # Options to configure command timeouts
52+
fixedTimeout: PT0.200S # 200ms
53+
timeoutsRelaxingDuringMaintenance: PT1S #
5454
#socketOptions: # Options to configure low-level socket options for the connections kept to Redis servers.
5555
# connectTimeout: PT10S # 10 s
5656
# tcpUserTimeoutOptions:

0 commit comments

Comments
 (0)