Tomaz Muraus

Results 163 comments of Tomaz Muraus

Thanks from reporting this. I didn't really dig in yet (for that, we would need to see rules engine log), but from what you posted it seems that the rule...

Please run rules engine service in foreground with --debug flag and gist the log so we can troubleshoot what is going on - https://docs.stackstorm.com/troubleshooting/debug_mode.html

Thanks for including the logs - it looks like my assumption was correct. The rule does indeed match, but the execution fails because parameter value Jinja conditional refers to the...

The log messages you posted seem to refer to a different trigger (generic action trigger and not notifytrigger). The changes you made to the action section shouldn't affect the match...

In short, the solution for you right now is to make sure trigger instance contains values for all the attributes (parameters) which are referenced inside the `action.parameters` section. Depending on...

I'm trying to sync this up with latest trunk, but it's turning out to be a bit of a pain due to the formatting changes in trunk.

I believe I managed to address all the conflicts in #1852 (but I still need to go over the changes again and double check).

#1852 has been merged. Thanks a lot of this clean up!

I'm OK with it :+1:

Yeah I also need to add that this could simply be a documentation for recommended configuration change - aka rate limiting performed by the HTTP server in-front of StackStorm (nginx...