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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@
13
13
* Reduce duplication in label tests (#354) (by @cognifloyd)
14
14
* Add `st2canary` job as a Helm Hook that runs before install/upgrade to ensure `st2.packs.volumes` is configured correctly (if `st2.packs.volumes.enabled`). (#323) (by @cognifloyd)
15
15
* Enable using existing `st2-auth` secret. This allows users to manage this secret outside of the Helm process. (#359) (by @bmarick)
16
+
* Add terminationGracePeriodSeconds to workflow and actionrunner pods to allow adjustment of grace period in k8 (#374) (by @guzzijones12)
# 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
+
# k8 pod timeout. set this to a few seconds longer than st2 config workflow_engine.exit_still_active_check
567
+
terminationGracePeriodSeconds: 300
566
568
replicas: 2
567
569
resources:
568
570
requests:
@@ -657,6 +659,9 @@ st2notifier:
657
659
# Multiple st2actionrunner processes can run in active-active with only connections to MongoDB and RabbitMQ. Work gets naturally
658
660
# distributed across runners via RabbitMQ. Adding more st2actionrunner processes increases the ability of StackStorm to execute actions.
659
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