We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 801b322 commit 8bcb203Copy full SHA for 8bcb203
gatewayd_plugins.yaml
@@ -39,6 +39,10 @@ actionTimeout: 30s
39
40
# action redis configures a Redis connection for the async actions to be published to.
41
actionRedis:
42
+ # enabled controls whether to enable redis as async action queue
43
+ enabled: false
44
+
45
+ # if enabled, the url and channel are used to connect to the Redis server.
46
address: ${REDIS_URL} # Use environment variable for Redis URL
47
channel: gatewayd-actions
48
0 commit comments