Clarify meaning the difference between command.run
timeouts and request_timeout
#500
Labels
bug
Something isn't working
command.run
timeouts and request_timeout
#500
Describe the bug
I don't understand what
commands.run
timeouts are supposed to doTo Reproduce
Steps to reproduce the behavior:
Using
timeout
an exception is raised but the command continues to run:Using
request_timeout
does not appear to do anything:Expected behavior
timeout
is exceededrequest_timeout
is exceededMaybe I'm misunderstanding what these are expected to do. Either way I don't understand the docs
Questions:
timeout
andrequest_timeout
? What exceptions can they throw if they are exceeded? And what happens to the running command when they are exceeded?sbx.files.write
request_timeout
is exceeded? When can this happen? Will the write attempt continue to run?Thanks!
The text was updated successfully, but these errors were encountered: