-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
latest error: error querying Consul checks: time: invalid duration #5304
Comments
System type service is registered normal job "fabio" {
datacenters = ["dc1"]
type = "system"
group "fabio" {
task "fabio" {
driver = "raw_exec"
artifact {
source = "https://github.com/fabiolb/fabio/releases/download/v1.5.10/fabio-1.5.10-go1.11.1-linux_amd64"
}
config {
command = "fabio-1.5.10-go1.11.1-linux_amd64"
}
resources {
cpu = 512
memory = 512
network {
port "http" {
static = 9999
}
port "admin" {
static = 9998
}
}
}
}
}
} |
Hi, Would it be possible to upgrade Consul to 1.4.2 and see if the problem "goes away" 😁 Cheers, |
Yes, i can update consul cluster. I am will inform. |
@shantanugadgil Thx for help. Yes, consul update is helped |
Glad I could help, Thanks! 😄 |
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
Hi all.
I have nomad cluster:
consul version Consul v1.4.1 Protocol 2 spoken by default, understands 2 to 3 (agent will automatically use protocol >2 when speaking to compatible agents)
I am create service for test:
Service is created success:
But this service does not register in consul. In nomad logs:
What i am doing wrong?
The text was updated successfully, but these errors were encountered: