st2
st2 copied to clipboard
StackStorm (aka "IFTTT for Ops") is event-driven automation for auto-remediation, incident responses, troubleshooting, deployments, and more for DevOps and SREs. Includes rules engine, workflow, 160 i...
## SUMMARY If you were to set the concurrency policy of an action to be 1 then it does not run any actions. I believe the following piece of code...
## SUMMARY Var doesn't get updated in Orquesta workflow ### STACKSTORM VERSION st2 3.6.0, on Python 3.8.10 ##### OS, environment, install method Post what OS you are running this on,...
There are certain occasions where in we do not want ST2 to take actions on production servers. Tried to find out some options and could see that we can disable...
## SUMMARY I followed the documentation(https://docs.stackstorm.com/reference/ha.html#blueprint-box) to install a highly available st2, I can't disable st2timersengine after I add: ``` [timer] enable = False ``` ### STACKSTORM VERSION st2 3.8.0,...
## SUMMARY Hi, After updating Stackstorm from 3.6 to 3.8 I ran into a sort memory limit issue with MongoDB when gathering the execution history. ### STACKSTORM VERSION st2 3.8.0,...
This PR implements a change to the shell initialisation process with pywinrm, utilizing the 65001 codepage, ensuring raw string responses are UTF-8 encoded. Potential fix for #6034.
# why mitigate (as much as possible) 'document too large' mongo exceptions. 16 mb is the limit for mongodb document size. # done 1. zstandard compression for parameter and results...
## SUMMARY As a part of scale testing, I have observed that execution rate goes down considerably, when the outstanding requests are high ### STACKSTORM VERSION st2 3.8.0, on Python...
This is what I'm currently seeing under Python 3.8.10 with PyYAML 5.4.1: ```shell ❯ pip3 install st2client Collecting st2client Using cached st2client-3.8.0-py3-none-any.whl (184 kB) Requirement already satisfied: argcomplete==1.12.2 in /Users/mmercado/.asdf/installs/python/3.8.10/lib/python3.8/site-packages...
## SUMMARY When updating my StackStorm server I am met with this error. ``` Hit:1 http://us-west-2.ec2.archive.ubuntu.com/ubuntu focal InRelease Get:2 http://us-west-2.ec2.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] Get:3 http://us-west-2.ec2.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]...