AJ

Results 28 issues of AJ

I created a polling sensor that uses a datastore key as a queue. The poll interval is set to 10 seconds It makes a call to the datastore service to...

bug
status:to be verified

https://github.com/StackStorm/st2/blob/007beed8325b397d540d97905af8f2edb14b925f/contrib/runners/python_runner/python_runner/python_runner.py#L128 Cannot log DEBUG from python action if the config setting for `python_runner_log_level` under actions in st2.log is set to something other than DEBUG. The reason is the above line...

stale

Please remove the github repo dependencies and change to proper python dependencies. Those of us with dev environments behind firewalls run our own gitlab/github, pypi, and npm repos. We are...

enhancement
help wanted
complexity:medium
deployment
external dependency

I have a custom transformer that I have created according to this example: https://stackoverflow.com/questions/32331848/create-a-custom-transformer-in-pyspark-ml I can use the model.save and my pipeline will save. Using mleap I get `no attribute...

waiting for input

https://github.com/GreyNoise-Intelligence/pygreynoise/blob/c1fc4f4eae47e2eec1a2e3b0b487f7d88b4fdf79/src/greynoise/api/__init__.py#L17 This is a big no no. logging should be setup by the user of the module not the module itself. Use: ``` logger = logging.getLogger(___name__) ```

enhancement

I have a use case where I would like to use this behind a corporate proxy. Is there a setting I can add in main.go to facilitate the request being...

This PR is to build a version of stackstorm using zstandard compression and a more efficient orquesta workflow engine. https://app.circleci.com/pipelines/github/StackStorm/st2/4032/workflows/77382582-585f-4c6c-a2da-c06f5a0ee5cd/jobs/15796/artifacts rerun to rebuild rpm

size/XXL

If a jinja parameter doesn't exist as an input parameter then do not throw an exception and leave the value as a string parameter. We have some input paramters like:...

size/L

# 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...

size/XXL

does st2api pod really need the [custom pack images](https://github.com/StackStorm/stackstorm-k8s/blob/99af4d8512a42299eca980970e26c56eb3f1a7ab/templates/deployments.yaml#L165)? st2api is reloading on every helm upgrade with causes network downtime. I have been unable to get st2api to avoid downtime...