-
Notifications
You must be signed in to change notification settings - Fork 18
Bug Fix for HTTP adapter error handling #577
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingdifficulty: easyRequires ability to implement a single module or few small modules, and make unit tests for it.Requires ability to implement a single module or few small modules, and make unit tests for it.good first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdifficulty: easyRequires ability to implement a single module or few small modules, and make unit tests for it.Requires ability to implement a single module or few small modules, and make unit tests for it.good first issueGood for newcomersGood for newcomers
Type
Fields
Give feedbackNo fields configured for issues without a type.
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.