Rony
Rony

Reputation: 33

Cadence - Cadence Canary failing to start

I am running into this error after Cadence Canary gets started on my cluster nodes.

After the error error starting cron workflow.... , Cadence Canary does nothing and just hangs there.

enter image description here

Any thoughts/suggestions?

UPDATE: I have turned on debug level logging and I am getting hammered with the following (note: it's a fresh cluster): enter image description here

enter image description here

Upvotes: 1

Views: 192

Answers (1)

Mantas
Mantas

Reputation: 56

This error message says that cadence-canary was not able to call cadence-frontend service. This might indicate that cadence-frontend is not running or is not reachable. Check if cadence-frontend is running and check if your cadence-canary config points to correct cadence-frontend address

Upvotes: 1

Related Questions