Skip to content

Commit

Permalink
Modified the timeout to specify connection and byte read timeouts. (#820
Browse files Browse the repository at this point in the history
)
  • Loading branch information
k-macmillan authored Sep 1, 2022
1 parent 67da575 commit 256f8c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
logger.setLevel(logging.DEBUG)

# http timeout for calling vetext endpoint
HTTPTIMEOUT = 6
HTTPTIMEOUT = (3.05, 1)


def vetext_incoming_forwarder_lambda_handler(event: dict, context: any):
Expand Down

0 comments on commit 256f8c2

Please sign in to comment.