jupyter / kernel_gateway_demos

Demos associated with the kernel gateway incubator project
BSD 3-Clause "New" or "Revised" License
150 stars 76 forks source link

NB2KG - Add connection and request timeout as env variables #54

Closed LK-Tmac1 closed 6 years ago

LK-Tmac1 commented 6 years ago

By using those two parameters, users can specify the threshold for detecting timeout scenarios.

We could also add default values to them. Will create a PR for this issue.

kevin-bates commented 6 years ago

Thanks @liukun1016. Yes, these env variables will need to default to their Tornado defaults - which I believe to be 20 seconds each.