Skip to content

Commit 8fb5f62

Browse files
committed
Increase open_timeout to let the ws finish establish initial upgrade connection see HEA-752
1 parent 7f227bb commit 8fb5f62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/common/consumers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ async def connect(self):
6262
target_url,
6363
max_size=10485760,
6464
ping_interval=20,
65+
open_timeout=30, # Default is 10 sec
6566
subprotocols=subprotocols if subprotocols else None,
6667
)
6768
logger.info("Connected to upstream")

0 commit comments

Comments
 (0)