We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plus, it'd be great to have it be settable. Just today I noticed a process blocked trying to talk to the EM API for 33 hours.
The text was updated successfully, but these errors were encountered:
This sounds reasonable. https://docs.python-requests.org/en/master/user/advanced/#timeouts offers the means to do this.
I think we would want to introduce this on a call-by-call basis via call_api, https://github.com/packethost/packet-python/blob/v1.44.0/packet/baseapi.py#L47. Perhaps adding an extra argument.
call_api
Sorry, something went wrong.
Will this issue be fixed soon? If not, any work around to set a timeout for all the request?
No branches or pull requests
Plus, it'd be great to have it be settable. Just today I noticed a process blocked trying to talk to the EM API for 33 hours.
The text was updated successfully, but these errors were encountered: