Skip to content

Commit 3379c5f

Browse files
committed
add small explanation for terminationGracePeriodSeconds
1 parent 88bc7ad commit 3379c5f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ st2timersengine:
563563
# https://docs.stackstorm.com/reference/ha.html#st2workflowengine
564564
# Multiple st2workflowengine processes can run in active-active mode and will share the load and pick up more work if one or more of the processes become available.
565565
st2workflowengine:
566-
# include some small explanation about this setting
566+
# k8 pod timeout. set this to a few seconds longer than st2 config workflow_engine.exit_still_active_check
567567
terminationGracePeriodSeconds: 300
568568
replicas: 2
569569
resources:
@@ -659,6 +659,8 @@ st2notifier:
659659
# Multiple st2actionrunner processes can run in active-active with only connections to MongoDB and RabbitMQ. Work gets naturally
660660
# distributed across runners via RabbitMQ. Adding more st2actionrunner processes increases the ability of StackStorm to execute actions.
661661
st2actionrunner:
662+
# k8 pod timeout. set this to a few seconds longer than st2 config actionrunner.exit_still_active_check and set
663+
# actionrunner.graceful_shutdown = True
662664
terminationGracePeriodSeconds: 300
663665
replicas: 5
664666
resources:

0 commit comments

Comments
 (0)