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
Currently, in cliboa.adapter.http.Http.execute, a sleep is inserted after a failed request, regardless of whether a retry is performed or not.
This should be fixed so that the sleep occurs only when a retry is scheduled.
Currently, in
cliboa.adapter.http.Http.execute, a sleep is inserted after a failed request, regardless of whether a retry is performed or not.This should be fixed so that the sleep occurs only when a retry is scheduled.