Skip to content

Instantly share code, notes, and snippets.

@jonlorusso
Created July 25, 2014 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonlorusso/92a96b778b8ea078bb89 to your computer and use it in GitHub Desktop.
Save jonlorusso/92a96b778b8ea078bb89 to your computer and use it in GitHub Desktop.
File "/opt/socialflow/prod/batch/batch-v0.26.0/BatchServer/callbacks/trendingterm.py", line 16, in test
if not self.r.ping():
File "/opt/socialflow/prod/batch/current/env/lib/python2.7/site-packages/redis/client.py", line 497, in ping
return self.execute_command('PING')
File "/opt/socialflow/prod/batch/current/env/lib/python2.7/site-packages/redis/client.py", line 397, in execute_command
connection.send_command(*args)
File "/opt/socialflow/prod/batch/current/env/lib/python2.7/site-packages/redis/connection.py", line 306, in send_command
self.send_packed_command(self.pack_command(*args))
File "/opt/socialflow/prod/batch/current/env/lib/python2.7/site-packages/redis/connection.py", line 288, in send_packed_command
self.connect()
File "/opt/socialflow/prod/batch/current/env/lib/python2.7/site-packages/redis/connection.py", line 235, in connect
raise ConnectionError(self._error_message(e))
ConnectionError: Error 111 connecting trending-terms:6379. Connection refused.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment