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

Herd Avoidance and Task Retry #74

Open
hackoder opened this issue May 3, 2018 · 1 comment
Open

Herd Avoidance and Task Retry #74

hackoder opened this issue May 3, 2018 · 1 comment

Comments

@hackoder
Copy link

hackoder commented May 3, 2018

We are using Herd Avoidance to prevent users from executing simultaneous executions of the same task. However, if there's an exception in the task and we retry from within the task, the retried task ends up hitting the herd avoidance as well. Is this working as designed? Shouldn't retried tasks be able to avoid the herd avoidance?

@thenewguy
Copy link

I've been scratching my head trying to figure out why my retry tasks aren't completing. I think this is the problem

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