posit-dev / rsconnect-python

Command line interface for publishing to Posit Connect
https://docs.posit.co/rsconnect-python/
GNU General Public License v2.0
28 stars 23 forks source link

Add a timeout environment variable #164

Closed slopp closed 1 year ago

slopp commented 3 years ago

https://github.com/rstudio/rsconnect-python/blob/3c8e1a1bc6b04e89ee585f385c9b3bf74740f448/rsconnect/api.py#L61

We have a customer who has a pretty slow proxy (VPC) between their deployment environment and Connect and want some way to make the hardcoded timeout configurable and accessible.

tdstein commented 1 year ago

Related to #199

tdstein commented 1 year ago

Replaced by #346