python-consul
python-consul copied to clipboard
Add ability to specify multiple checks when registering service
Consul allows to specify multiple checks when registering a service, but Consul.Agent.Service.register seems to support only one check per definition.
Running into this limitation, trying to register multiple checks to a service vi ansible module that registers service checks using Consul.Agent.Service.register causing new checks to over write old checks.