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

Modify input between retries? #60

Open
johnib opened this issue Aug 6, 2016 · 2 comments
Open

Modify input between retries? #60

johnib opened this issue Aug 6, 2016 · 2 comments

Comments

@johnib
Copy link

johnib commented Aug 6, 2016

Hello,

I have a list of items that should be pushed to a stream.
Every push command, which is a batch push command, may accept a strict subset of the items and reject the rest.

In the response, it will let me know which items were rejected, so I would like to apply the retry mechanism on this function as long as there are items that failed to be pushed.
But!, I do not want accepted items to be pushed again, so I need to modify the input of the function between calls.

How can this be done?
Thanks

@punit1108
Copy link

@johnib Were you able to figure this out?

@johnib
Copy link
Author

johnib commented Mar 12, 2021 via email

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

2 participants