Simon Li

Results 14 comments of Simon Li

Yes, I noticed the problem. But how can i do this without changing the Python version of st2? So I would like to ask how to ensure that the dependency...

![图片](https://user-images.githubusercontent.com/22612182/157797164-5fbca8c1-4735-43e3-b387-8eebcef6557e.png) For example, I defined the requirement.txt , but when executed, pip is not installed first. This will cause the installation to fail. I wonder if there is a way...

The reason for not changing the environment is that I'm using stackStorm HA and I'm not sure if changing the base environment will affect other actions or functions

Sorry, this problem can not be repeated every time, I will update the content when it is repeated next time

![图片](https://user-images.githubusercontent.com/22612182/156698092-629d6360-1e96-4b15-8972-38d603b84c44.png) The question of Redis arises again

@arms11 I use the bitnami directly. why not use values.yaml directly? Why need to configure connection strings?

I think RabbitMQ is working. And I looked back at the error message and it showed a line about rabbitMQ : amqp.exceptions.NotFound: Queue.declare: (404) NOT_FOUND - home node '[rabbit@stackstorm-rabbitmq-0.stackstorm-rabbitmq-headless.default.svc.cluster.local](mailto:rabbit@stackstorm-rabbitmq-0.stackstorm-rabbitmq-headless.default.svc.cluster.local)' of...

@armab I checked the RabbitMQ log and found this problem : 2022-02-06 08:35:45.319 [info] accepting AMQP connection (10.1.16.138:44746 -> 10.1.16.181:5672) 2022-02-06 08:35:45.463 [info] accepting AMQP connection (10.1.16.172:45116 -> 10.1.16.181:5672) 2022-02-06...

@armab I fixed the problem this time by restarting it again. However, if this problem is encountered in the production environment, I think it cannot be solved by restarting the...