AJ
AJ
delete this.
I would also like this feature. I also like the `publish_artifact` idea. essentially write it to disk with the filename as a unique hash. Then store the hash in the...
I am probably going to start on this at some point soon. This is the last remaining piece of st2 that i see missing for use cases on our end....
I found this undocumented feature to upload an ascii file at least. It solves my use case. use a @ in front of the parameter name. [file upload]https://github.com/StackStorm/st2/blob/911e2e16d7a356df1bb3992bb9d06829db36ab05/st2client/st2client/commands/action.py#L831
I am a no on this as well On Wed, Jan 12, 2022, 3:50 AM Carlos ***@***.***> wrote: > @armab bundling multiple tooz backend > dependencies is a no-win situation....
Wfm On Wed, Jan 12, 2022, 6:00 PM Eugen Cusmaunsa ***@***.***> wrote: > I hear that including other coordination backend dependencies like etcd3gw > in st2 requirements.txt is a no-go...
You can accomplish the same use case with a rule using the cron trigger as you can with a polling sensor. I recommend refactoring into an action - rule if...
A possible solution is to just remove the default setting in this yaml file so that `log_level=None` on initialization. It should then default to using what is in the config...
It is happening every day. I am guessing the default behavior of sensors is to let the token expire and restart the service? I do not have service_token_ttl set in...
https://github.com/StackStorm/st2/blob/9edc3fb6da7f12515f6011960f1b72538e53368e/st2common/st2common/services/datastore.py#L325 It looks like the token should automatically renew according to this documentation.