You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/04/13 16:45:58 UTC

[GitHub] m4dj4ck commented on issue #3481: Ansible playbook apigateway.yml stuck at waiting for redis

m4dj4ck commented on issue #3481: Ansible playbook apigateway.yml stuck at waiting for redis
URL: https://github.com/apache/incubator-openwhisk/issues/3481#issuecomment-381194408
 
 
   nc command kept the connection upon successful connection to port 6379, thus unable to register to result. My workaround is to add '-q 2' parameters to nc, in so that nc will close the connection in 2 seconds. Like this :
   
   `
   action: shell (echo PING; sleep 1) | nc -q 2 {{ ansible_host }} {{ redis.port }}`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services