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

Add additional field "max_retries" for retry processor #2544

Open
packman80 opened this issue Apr 26, 2024 · 0 comments · May be fixed by #2590
Open

Add additional field "max_retries" for retry processor #2544

packman80 opened this issue Apr 26, 2024 · 0 comments · May be fixed by #2590
Labels
enhancement processors Any tasks or issues relating specifically to processors

Comments

@packman80
Copy link

In benthos version 4.27, a new "retry" processor was introduced. But, unfortunately, there is no opportunity in it (or did I miss it?) make a fixed number of retries, as is done in a similar output retry. Please add an additional field "max_retries": the maximum number of retries before giving up on the request (if set to zero there is no discrete limit)

@mihaitodor mihaitodor added enhancement processors Any tasks or issues relating specifically to processors labels Apr 27, 2024
mihaitodor added a commit that referenced this issue May 15, 2024
Also add `retry_count` and `backoff_duration` metadata fields.

Fixes #2544.

Signed-off-by: Mihai Todor <todormihai@gmail.com>
@mihaitodor mihaitodor linked a pull request May 15, 2024 that will close this issue
mihaitodor added a commit that referenced this issue May 17, 2024
Also add `retry_count` and `backoff_duration` metadata fields.

Fixes #2544.

Signed-off-by: Mihai Todor <todormihai@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement processors Any tasks or issues relating specifically to processors
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants