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...
I've found a [similar question](https://github.com/StackStorm/st2/issues/3520), but don't find the answer I'm looking for. **Here is my question**: I created an action to post a pubsub topic on completion of some...
Is it possible to disable history for certain actions? Or keep only the newest 10 executions?
### Discussed in https://github.com/StackStorm/st2/discussions/5974 Originally posted by **zsmanjot** May 6, 2023 In stackstorm UI, we could see the actions being taken on runtime and some older actions. But what if...
I have three blueprint boxes in a HA environment. On it, there are only two sensors and a workflow. Still, each of them uses a lot of RAM. 840.066MB 21458...
In my environment, I have three nodes. A partition file for my sensor has been added. The sensor is not operating automatically after being added. This is the error sensor...
We don't need `Traceback` here: ``` $ st2 inquiry respond 59ee3b52909a501cdb2d87e9 Traceback (most recent call last): File "/home/vagrant/git/st2/st2client/st2client/commands/resource.py", line 162, in get_resource_by_pk instance = self.manager.get_by_id(pk, **kwargs) File "/home/vagrant/git/st2/st2client/st2client/models/core.py", line 39,...
``` --- version: "2.0" my_application.deploy: description: "Workflow to deploy an application" type: direct input: - repo_url - server_application - server_role - server_environment output: stdout: tasks: get_hosts: action: my_core.get_hosts input: application:...
## SUMMARY When registering a config with a list parameter that is referenced from the Key Value store, it is not being loaded properly which makes the register-configs command fail....
### Discussed in https://github.com/StackStorm/st2/discussions/5970 Originally posted by **glafkosch** May 1, 2023 I am making dynamically generated worker requests with make_worker_requests task and passing those to another task run_linked_workers which runs...
## SUMMARY When a keyvalue is deleted by the ttl, no `core.st2.key_value_pair.delete` is generated ### STACKSTORM VERSION st2 version: `st2 3.7.0, on Python 3.6.8 ` ### OS, environment, install method...