aptible / deploy-demo-app

Demo application used to highlight features of the Aptible Deploy platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redis connection error handling

UserNotFound opened this issue · comments

The application will hang if the URI scheme is rediss://, but an insecure port is used.
We should add a timeout or other method of ensuring this condition is handled well.