Skip to content

Commit 1445c4e

Browse files
committed
Decrease HAProxy timeouts
1 parent c436e48 commit 1445c4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/vm/container_manager.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@
513513
option http-server-close
514514
option redispatch
515515
timeout client-fin 50s
516-
timeout tunnel 2h
516+
timeout tunnel 30m
517517
"""
518518

519519
# {suffix} {port} {hostname} {peer_port} have to be set once
@@ -535,7 +535,7 @@
535535
server {node} {ip}:8889 id {id} check
536536
537537
backend compute{suffix}
538-
stick-table type string len 36 size 1m expire 2h peers local{suffix}
538+
stick-table type string len 36 size 1m expire 30m peers local{suffix}
539539
stick on urlp(CellSessionID)
540540
stick match req.hdr(Jupyter-Kernel-ID)
541541
stick store-response res.hdr(Jupyter-Kernel-ID)

0 commit comments

Comments
 (0)