Skip to content

Commit 45bf01c

Browse files
committed
Increase IBKR gunicorn timeout budget
1 parent 1f17b8c commit 45bf01c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: gunicorn --bind :$PORT --workers 1 --threads 1 --timeout 300 main:app

gunicorn.conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# gunicorn.conf.py
2-
timeout = 120
2+
timeout = 300
33
workers = 1
44
threads = 1

0 commit comments

Comments
 (0)