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

Fixed problem that the retry policy per task does not work. #2012

Merged
merged 3 commits into from Mar 5, 2017
Merged

Fixed problem that the retry policy per task does not work. #2012

merged 3 commits into from Mar 5, 2017

Conversation

ghost
Copy link

@ghost ghost commented Feb 3, 2017

Description

Fixed an issue where "retry policy per task" is not given as a parameter of add_task in _handle_next_task.

@mention-bot
Copy link

@mtoriumi, thanks for your PR! By analyzing the history of the files in this pull request, we identified @daveFNbuck, @erikbern and @Tarrasch to be potential reviewers.

@interskh
Copy link
Contributor

interskh commented Feb 4, 2017

I was wondering why my retry policy per task doesn't work and hasn't got a chance to fix it. Thank you very much for the fix!

@Tarrasch
Copy link
Contributor

Tarrasch commented Feb 6, 2017

This looks correct. But this requires test cases before it can be merged. Also I would like to know for which code paths it does work, and which new code paths this patch solves.

@ghost
Copy link
Author

ghost commented Feb 26, 2017

Previously, it worked normally if the task failed twice, and it failed normally when it failed three times. Therefore, it was fixed as a test case when the task failed three times.

@Tarrasch
Copy link
Contributor

Tarrasch commented Mar 5, 2017

Thanks!

@Tarrasch Tarrasch merged commit eacbe17 into spotify:master Mar 5, 2017
This was referenced Jun 29, 2022
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.

None yet

4 participants