SAAS-602: Fix getaddrinfo deadlock (again)

This commit is contained in:
Albert Santoni 2015-02-24 13:10:20 -05:00
parent 90aa1faea4
commit a52e2faeb9
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@ import ConfigParser
from boto.s3.connection import S3Connection
from boto.s3.key import Key
# Fix for getaddrinfo deadlock. See these issues for details:
# https://github.com/gevent/gevent/issues/349
# https://github.com/docker/docker-registry/issues/400
u'fix getaddrinfo deadlock'.encode('idna')
CLOUD_CONFIG_PATH = '/etc/airtime-saas/cloud_storage.conf'
STORAGE_BACKEND_FILE = "file"