Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebound limit exceeded message should be located in the step where it was emitted #213

Open
if0s opened this issue Oct 23, 2024 · 0 comments

Comments

@if0s
Copy link
Contributor

if0s commented Oct 23, 2024

Component Bug Report

Description

Currently, if we use the rebound feature, after 21 attempts to rebound we get an error message that will be located in the previous step rather than in the step that triggered the rebound.

Rebound and error is somewhere here:
Sailor rebound
Sailor "Rebound limit exceeded" on last iteration

Version

2.7.3

Steps to Reproduce

  1. Create flow where first step will be webhook and second REST API v2 component
  2. Enable Retry on failure in config and place there URL that will respond with 429 error
  3. Run flow and wait until last rebound will be triggered

Actual Result

Error Rebound limit exceeded in first step - webhook:
image
image

Expected Result

Error in second step - REST API v2:
image

Workaround(s)

none

@if0s if0s mentioned this issue Oct 23, 2024
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

No branches or pull requests

1 participant