Skip to content

fix(http): sleep only when retry is scheduled - #697

Closed
AshSgDe29071999 wants to merge 1 commit into
BrainPad:masterfrom
AshSgDe29071999:fix/577-http-sleep-only-on-retry
Closed

fix(http): sleep only when retry is scheduled#697
AshSgDe29071999 wants to merge 1 commit into
BrainPad:masterfrom
AshSgDe29071999:fix/577-http-sleep-only-on-retry

Conversation

@AshSgDe29071999

Copy link
Copy Markdown

Closes #577.

Http.execute slept after every failed attempt, including the final one where no retry remains. Sleep and the retry warning now run only when another attempt is scheduled.

Made with Cursor

Avoid delaying the final failure path in Http.execute by sleeping only
when another attempt will run.
@AshSgDe29071999

Copy link
Copy Markdown
Author

Closing as duplicate of #696 (same fix).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug Fix for HTTP adapter error handling

1 participant