You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a new execution option defined by the execution API that allows users to set a timeout for job execution duration. This is distinct from the current execution_timeout parameter that sets the request timeout for execution bound requests.
Resolution of this issue should include deprecation of the execution_timeout parameter, in favor of the ExecutionOptions class provided by the QCS SDK. In addition, the troubleshooting section regarding execution timeout should be updated to educate users about these changes.
The text was updated successfully, but these errors were encountered:
There is a new execution option defined by the execution API that allows users to set a timeout for job execution duration. This is distinct from the current
execution_timeout
parameter that sets the request timeout for execution bound requests.Resolution of this issue should include deprecation of the
execution_timeout
parameter, in favor of theExecutionOptions
class provided by the QCS SDK. In addition, the troubleshooting section regarding execution timeout should be updated to educate users about these changes.The text was updated successfully, but these errors were encountered: