-
Notifications
You must be signed in to change notification settings - Fork 0
Using Consul backend yields invalid memory address or nil pointer dereference #5
Comments
Tried to run the agent manually using the following:
Breaks:
|
The auto-deployed workflow agents do work however... |
This looks familiar to magneticio/vamp#806. Until Vamp has fully started all the necessary data in Consul won't be populated, and this will start failing. I guess the auto-deployed agents do work because they wait for Vamp to fully start and populate its settings in Consul, but in cases when we try to start the agents before it's been fully initialized we run in to this issue. |
current scenario is deploying 0.9.2, this succeeds and it will deploy workflows. Both workflows fail however, with the above error. They will keep redeploying (powered through Marathon) throughout the day. Just deployed 0.9.2 with |
Observing the following:
The Marathon JSON:
I haven't taken a look at the Go code, so just sharing the observation for now 😃
The text was updated successfully, but these errors were encountered: