Bulat Saifullin
Bulat Saifullin
This work for me: ``` version: "2.0" services: rabbitmq: image: rabbitmq:3.7.5-management container_name: rabbitmq hostname: rabbitmq environment: - RABBITMQ_PLUGINS_DIR=/my/plugins:/plugins volumes: - ./rabbitmq.conf:/etc/rabbitmq/rabbitmq.conf - ./enabled_plugins:/etc/rabbitmq/enabled_plugins - ./advanced.config:/etc/rabbitmq/advanced.config - /var/docker_data/rabbitmq/rabbitmqdata:/var/lib/rabbitmq - ./plugins/:/my/plugins ports:...
@zyyw, can we merge this PR? I am deploying new harbor server and would like to have this feature.
My current workaround is to use bitnami helm chart: https://github.com/bitnami/charts/pull/9534
Thank you for implementing the `/health` it is very useful. ## Problem definitions When you are using automated deployment, you have limited options to check if the node is ready,...
> A node never needs a restart. So, this would always return 200. That is correct, even if will have such a case (node needs a restart) the node can...
We already have such [script](https://github.com/paritytech/scripts/blob/fd7ffd2b245748f9936e68a3a2271d1c18a8c6c0/dockerfiles/ws-health-exporter/exporter.py#L68), we use it to implement `readiness` probe for ws endpoint it returns `200` if ws endpoint available, node is not syncing, and peers > 0....
As I understand from existing issues and responses in GitHub, the main problem to return this option is it will affect TCP and UDP routers. But what about having 3...
@Stayer , can you add this feature to new CI also?
General comment form Nikoly to last PR in new CI: >Per each module or file we might need to include license header as described here: >https://wiki.hyperledger.org/community/copyright-and-license-policy https://www.hyperledger.org/about/charter №13 >you can...
as I understand it will no work with clang?