You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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.
565
565
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
567
567
terminationGracePeriodSeconds: 300
568
568
replicas: 2
569
569
resources:
@@ -659,6 +659,8 @@ st2notifier:
659
659
# Multiple st2actionrunner processes can run in active-active with only connections to MongoDB and RabbitMQ. Work gets naturally
660
660
# distributed across runners via RabbitMQ. Adding more st2actionrunner processes increases the ability of StackStorm to execute actions.
661
661
st2actionrunner:
662
+
# k8 pod timeout. set this to a few seconds longer than st2 config actionrunner.exit_still_active_check and set
0 commit comments