rabbitmq / rabbitmq-peer-discovery-k8s

Kubernetes-based peer discovery mechanism for RabbitMQ
Other
296 stars 94 forks source link

change probe period from 10s to 60s #30

Closed 007 closed 6 years ago

007 commented 6 years ago

Per k8s probe config docs periodSeconds is what you're really looking for (emphasis added):

periodSeconds: How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.

Fixes #28

(Shouldn't require a CLA since it's a trivial change?)

pivotal-issuemaster commented 6 years ago

@007 Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

michaelklishin commented 6 years ago

Good catch and that fully explains #28 to me.