We are using chatops for stackstorm HA with version 3.2.0, and found chatops.post_result takes long time(10s+) for execution. How can we to reduce the overall execution time of chatops.post.result to improve the performance?
For example, we run the alias “!pack get linux”, it takes only 2s for the execution of packs.get , but
takes 12s for the chatops.post_result as below.
And then get the execution 5efed2333d50e18e4dc758d8 for chatops.post_result, we found the actual
execution time is only 4s(2s+2s) as below, but the whole execution time is 12s:
Below are the snapshot of our deploy scales, thanks for any suggestion here.