Skip to content

Support separate connect/read timeouts and timeout None in pylinkahead.ini

Summary

Python Requests supports separate connect/read timeouts and timeout None for no timeout altogether: https://requests.readthedocs.io/en/latest/user/advanced/#timeouts

Since out timeout option is simply forwarded to the requests.Session.request method, we should support both features in the pylinkahead.ini

DoD

  • implement parsing of tuple and None in timeout option.
  • update src/schema-pycaosdb-ini.yml
  • Add unit/integration tests?
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information