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 are a couple places in the Workbench code that do not use the issue_request() function to make an HTTP call. These calls should retry failed requests in the same way that issue_request() does, and should also use the same try/except logic.
The text was updated successfully, but these errors were encountered:
There are a couple places in the Workbench code that do not use the
issue_request()
function to make an HTTP call. These calls should retry failed requests in the same way thatissue_request()
does, and should also use the sametry/except
logic.The text was updated successfully, but these errors were encountered: