We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
AFAICT you are using the python requests library here without specifying any timeouts.
The docs state that If no timeout is specified explicitly, requests do not time out.
Can you add an API method with the timeout as a parameter please?