-
Notifications
You must be signed in to change notification settings - Fork 49
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
nodeInfo missing on create service notif #37
Comments
How is |
I use the label definition :
in my docker-compose.yml file |
In your original post, you state that does sometimes happens. Are you able to pinpoint when exactly it happens? |
it's happen i think when a service is updated with docker stack deploy --prune ... |
When I restart the listener every notification are send like this : http://IP_GATEWAY/reconfigure.php?consulName=front-http&distribute=true&port=80&replicas=3&scrapeNetwork=_webapp_default&serviceName=_webapp_webapp-front-http&stackName=***_webapp The nodeInfo is empty but the number of replicas is ok. |
Is DFSL able to access the overlay network that the service is connected to? |
My swarm listener is in a stack separate from the others, exemple of my web stack :
Is that a problem ? |
Check that the |
ok I try and give you feedback. Thanks |
Description
The nodeInfo parameter is not present in the service notification some times...
My docker-compose
Steps to reproduce the issue:
Results received:
Results expected:
The text was updated successfully, but these errors were encountered: