Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
bug: make boto3 calls thread safe
Browse files Browse the repository at this point in the history
Closes #1081
  • Loading branch information
jrconlin committed Dec 7, 2017
1 parent 82b1fbd commit 22c38b5
Show file tree
Hide file tree
Showing 26 changed files with 934 additions and 661 deletions.
3 changes: 3 additions & 0 deletions autopush/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ class AutopushConfig(object):
# Don't cache ssl.wrap_socket's SSLContexts
no_sslcontext_cache = attrib(default=False) # type: bool

# DynamoDB endpoint override
aws_ddb_endpoint = attrib(default=None) # type: str

def __attrs_post_init__(self):
"""Initialize the Settings object"""
# Setup hosts/ports/urls
Expand Down
Loading

0 comments on commit 22c38b5

Please sign in to comment.