| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@dcbark01 looks like this repo is unmaintained but I'm hoping you get a notification about this and consider approving it. Maintaining a public fork would be problematic for my team, but making our fork private would impose some technical challenges for our build pipeline, so getting this merged into the upstream would be ideal. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
My team was intermittently receiving alerts about the following error coming from requests through the PI web API client:
I saw that the client's API methods do accept _request_timeout arguments, but those arguments are not actually passed through to the request, so they don't do anything. This PR does two things:
We have been running this branch in production and our timeout issues are resolved.