Skip to content

Commit 72fa2e8

Browse files
committed
uncomment termination grace seconds for actionrunner
1 parent 8362705 commit 72fa2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ 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-
#terminationGracePeriodSeconds: 350
662+
terminationGracePeriodSeconds: 300
663663
replicas: 5
664664
resources:
665665
requests:

0 commit comments

Comments
 (0)